diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-09-13 18:53:06 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-09-13 19:11:19 +0200 |
commit | 4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca (patch) | |
tree | c468e436b6857ee6ab6d80bf65fdc1802f7c9a5b /README.md | |
parent | cd6956880b8a7300d7d73c1afb973ca73683644d (diff) | |
download | dabmux-4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca.tar.gz dabmux-4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca.tar.bz2 dabmux-4a0515e01ab51dfc42889bbd2d3ce33fdb7c18ca.zip |
Prepare release v0.8.0v0.8.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 39 |
1 files changed, 21 insertions, 18 deletions
@@ -1,26 +1,29 @@ Overview ======== -*ODR-DabMux* is a fork of CRC-DabMux, which was developed by the Communications -Research Center Canada. It has been forked by the +ODR-DabMux is a *DAB (Digital Audio Broadcasting) multiplexer* compliant to +ETSI EN 300 401. It is the continuation of the work started by which was +developed by the Communications Research Center Canada on CRC-DabMux, and +is now pursued in the [Opendigitalradio project](http://opendigitalradio.org). -ODR-DabMux is a *DAB (Digital Audio Broadcasting) multiplexer* compliant to -ETSI EN 300 401. - -In addition to the features of CRC-DabMux, this fork contains: - -- configuration file support, see doc/example.mux -- timestamping support required for SFN -- a ZeroMQ ETI output that can be used with ODR-DabMod -- a ZeroMQ dabplus input that can be used with fdk-aac-dabplus - and toolame-dab, and supports CURVE authentication -- supports logging to syslog -- supports ZMQ input monitoring with munin tool -- includes a Telnet Remote Control for setting/getting parameters - (can change subchannel and component labels, and ZMQ input buffer - parameters) -- an experimental EDI output +ODR-DabMux is part of the ODR-mmbTools tool set. More information about the +ODR-mmbTools is available in the *guide*, available on the +[Opendigitalradio mmbTools page](http://www.opendigitalradio.org/mmbtools). + +Features of ODR-DabMux: +- Standards-compliant DAB multiplexer +- Configuration file, see doc/example.mux +- Timestamping support required for SFN +- ZeroMQ ETI output that can be used with ODR-DabMod +- ZeroMQ input that can be used with FDK-AAC-DABplus + and Toolame-DAB, and supports CURVE authentication +- Logging to syslog +- Monitoring using munin tool +- Includes a Telnet and ZMQ Remote Control for setting/getting parameters +- EDI output +- Something that will one day become a nice GUI for configuration, + see gui/README.md The src/ directory contains the source code of ODR-DabMux. |