diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2013-11-10 22:24:36 +0100 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2013-11-10 22:24:36 +0100 |
commit | 8d461525388f799008118d7fe873079d2bd5ba8e (patch) | |
tree | 414716c7dbded0ba9e1f1ca9e6ff3183de99a7a3 | |
parent | 76efba9975aa61c1f247b875ccebaddd0d2036c6 (diff) | |
download | dabmux-8d461525388f799008118d7fe873079d2bd5ba8e.tar.gz dabmux-8d461525388f799008118d7fe873079d2bd5ba8e.tar.bz2 dabmux-8d461525388f799008118d7fe873079d2bd5ba8e.zip |
update READMEs and such, and ChangeLog for r8r8
-rw-r--r-- | AUTHORS | 7 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | README | 13 |
3 files changed, 17 insertions, 5 deletions
@@ -19,8 +19,7 @@ FarSite Communications Ltd. Matthias P. Braendli <matthias [at] mpb [dot] li> Time encoding into MNSC necessary for SFN using CRC-DabMod. - Refactoring of configuration input for command line, - creation of a configuration file format. - Files: DabMux.{cpp,h}, Parser*.{cpp,h}, utils.{cpp,h}, - MuxElements.{cpp,h} + Refactoring of configuration input for command line. + Creation of a configuration file format. + ZeroMQ ETI output. @@ -3,6 +3,8 @@ Required dependencies: * libfec from Phil Karn: http://www.ka9q.net/code/fec/ * Boost 1.41 or later + * Optional ZeroMQ http://www.zeromq.org + Use --disable-output-zeromq if you don't have it Simple install procedure: ========================= @@ -3,6 +3,9 @@ LICENSING Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) +Copyright (C) 2013 +Matthias P. Braendli, http://mpb.li + This file is part of CRC-DabMux. CRC-DabMux is free software: you can redistribute it and/or modify @@ -20,11 +23,17 @@ along with CRC-DabMux. If not, see <http://www.gnu.org/licenses/>. OVERVIEW ======== -This is CRC-DabMux 0.3.0 +This is CRC-DabMux 0.3.0.4-mpb CRC-DabMux is a DAB (Digital Audio Broadcasting) multiplexer compliant to ETSI EN 300 401. +This version has been modified, and contains additional features compared +to the official one: +- configuration file support, see doc/example.config +- timestamping support required for SFN +- a ZeroMQ ETI output that can be used with CRC-DABMOD + The src/ directory contains the source code of CRC-DabMux. The doc/ directory contains the CRC-DabMux documentation. @@ -38,7 +47,9 @@ See the INSTALL file for installation instructions. CONTACT ======= Pascal Charest <pascal [dot] charest [at] crc [dot] ca> +Matthias P. Braendli <matthias [at] mpb [dot] li> http://mmbtools.crc.ca/ http://www.crc.ca/mmb http://openmokast.org/ +http://mpb.li/ |