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