aboutsummaryrefslogtreecommitdiffstats
path: root/zmqtest/zmq-sub/README.md
blob: 6a9f72ad7bbf28dc3ecb6128f63b7af7ca875e5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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

LICENCE
-------

MIT, see `zmq-sub.c`