aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-05-13 20:46:34 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-05-13 20:46:34 +0200
commitb6bb4f06bbd92de561be5f71884f2c1a2e0339b7 (patch)
tree08d70b63b331997e21e5d0f13389b6011ab636dd
parent2d07cf88216f6464df423e94c732a40debfcc825 (diff)
downloadmmbtools-aux-b6bb4f06bbd92de561be5f71884f2c1a2e0339b7.tar.gz
mmbtools-aux-b6bb4f06bbd92de561be5f71884f2c1a2e0339b7.tar.bz2
mmbtools-aux-b6bb4f06bbd92de561be5f71884f2c1a2e0339b7.zip
Add README for zmq-sub
-rw-r--r--zmqtest/zmq-sub/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/zmqtest/zmq-sub/README.md b/zmqtest/zmq-sub/README.md
new file mode 100644
index 0000000..05cdfd8
--- /dev/null
+++ b/zmqtest/zmq-sub/README.md
@@ -0,0 +1,21 @@
+ZMQ ETI Receiver
+================
+
+This tool can be used to receive ODR-DabMux ZMQ ETI output and write to a file.
+
+COMPILATION
+-----------
+
+use the makefile, no preparations needed:
+
+ make
+
+
+USAGE
+-----
+
+The tool receives from a given host and port, and outputs ETI(NI) to stdout.
+
+Redirect stdout to a file or another tool to save or process the data.
+
+ ./zmq-sub HOST PORT > FILE.ETI