ODR-ZMQ2EDI(1) User Commands ODR-ZMQ2EDI(1)

odr-zmq2edi - Convert an ZeroMQ stream to EDI

odr-zmq2edi [options] <source>

<source> is a ZMQ URL that points to a ODR-DabMux ZMQ output.

zmq2edi can receive a ZMQ ETI stream from ODR-DabMux and generate an EDI stream. This is quite useful if your modulator wants EDI input, and your network is not good enough making you want to use something based on TCP.

The input socket will be reset if no data is received for 10 seconds. It is best practice to run this tool under a process supervisor that will restart it automatically.

Keep every ETI frame until TIST is <delay> milliseconds after current system time. Negative delay values are also allowed.
Before starting, run the given script, and only start if it returns 0. This is useful for checking that NTP is properly synchronised
Drop frames where for which the wait time would be negative, i.e. frames that arrived too late.
Disable PFT and send AFPackets.
Set the FEC.
Configure the UDP packet spread/interleaver with given percentage: 0% send all fragments at once, 100% spread over 24ms, >100% spread and interleave. Default 95%
Dump the EDI to edi.debug file.
Enables verbose mode.
Set the alignment of the TAG Packet (default 8).
Number of milliseconds to backoff after an input reset (default 5000).

Set the destination ip.
Set the destination port.
Set the source port.
Select the source IP in case we want to use multicast.
Set the packet's TTL.

odr-dabmux(1), odr-audioenc(1), odr-dabmod(1)

A user guide for the mmbTools is available http://www.opendigitalradio.org/

May 2023 odr-zmq2edi