Difference between revisions of "DAB scripts examples"

From OpenDigitalRadio
Jump to navigationJump to search
Line 1: Line 1:
==Scripts ZeroMQ based communication between encoders and mux==
+
==Scripts with ZeroMQ based communication between encoders and mux==
 +
 
 +
This tends to be the preferred interface, and many more recent examples will use this, for instance the example site configuration in the [[dab-scripts]] repository.
  
 
Quite some examples of scripts and configuration files are in the [https://github.com/mpbraendli/mmbtools-aux mmbtools-aux repository] on github. Look at ''zmq-simul.mux'' for the muxer and the ''test.ini'' for the modulator.
 
Quite some examples of scripts and configuration files are in the [https://github.com/mpbraendli/mmbtools-aux mmbtools-aux repository] on github. Look at ''zmq-simul.mux'' for the muxer and the ''test.ini'' for the modulator.

Revision as of 21:04, 27 November 2014

Scripts with ZeroMQ based communication between encoders and mux

This tends to be the preferred interface, and many more recent examples will use this, for instance the example site configuration in the dab-scripts repository.

Quite some examples of scripts and configuration files are in the mmbtools-aux repository on github. Look at zmq-simul.mux for the muxer and the test.ini for the modulator.

Scripts for fifo based communication

Old scripts


CRC Live CD