aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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