summaryrefslogtreecommitdiffstats
path: root/doc/zmq-ctrl/cpp/test/README
diff options
context:
space:
mode:
authorJörgen Scott <jorgen.scott@gmail.com>2015-02-09 12:45:21 +0100
committerJörgen Scott <jorgen.scott@gmail.com>2015-02-09 12:45:21 +0100
commitebdd156e45a520c67201c0382b1971e39bb25b72 (patch)
tree1e00acfbfe13dcece87b6cfd4fa6261f6e1bade7 /doc/zmq-ctrl/cpp/test/README
parent413aeff4088a1d5adadf07cb1833091a197dc393 (diff)
downloaddabmod-ebdd156e45a520c67201c0382b1971e39bb25b72.tar.gz
dabmod-ebdd156e45a520c67201c0382b1971e39bb25b72.tar.bz2
dabmod-ebdd156e45a520c67201c0382b1971e39bb25b72.zip
Added c++ client API
Diffstat (limited to 'doc/zmq-ctrl/cpp/test/README')
-rw-r--r--doc/zmq-ctrl/cpp/test/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/zmq-ctrl/cpp/test/README b/doc/zmq-ctrl/cpp/test/README
new file mode 100644
index 0000000..76a1188
--- /dev/null
+++ b/doc/zmq-ctrl/cpp/test/README
@@ -0,0 +1,14 @@
+Instructions for zmq ctrl api test program
+
+Dependencies boost, zmq (and cpp binding through zmq.hpp)
+
+Build instruction (make sure your in the directory of this file)
+* mkdir build
+* cd build
+* cmake ../
+* make
+
+Run
+* make sure the ODR-DABMOD is started and that zmq ctrl api is enabled
+* make sure the zmq endpoint matches (see ctrl_test.cpp)
+* run the ctrl_test