diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-05-13 20:46:34 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-05-13 20:46:34 +0200 |
commit | b6bb4f06bbd92de561be5f71884f2c1a2e0339b7 (patch) | |
tree | 08d70b63b331997e21e5d0f13389b6011ab636dd /zmqtest | |
parent | 2d07cf88216f6464df423e94c732a40debfcc825 (diff) | |
download | mmbtools-aux-b6bb4f06bbd92de561be5f71884f2c1a2e0339b7.tar.gz mmbtools-aux-b6bb4f06bbd92de561be5f71884f2c1a2e0339b7.tar.bz2 mmbtools-aux-b6bb4f06bbd92de561be5f71884f2c1a2e0339b7.zip |
Add README for zmq-sub
Diffstat (limited to 'zmqtest')
-rw-r--r-- | zmqtest/zmq-sub/README.md | 21 |
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 |