diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-01-23 10:18:17 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-01-23 10:51:26 +0100 |
commit | e12c679b8cc8a263507c556cb24819dc0d5559b9 (patch) | |
tree | 8f2cd06710d15ca64a4a86c1ce52bc975ec3f2b0 /README.md | |
parent | d82422fbb3d9d34a0566197245376548ce3ef14e (diff) | |
parent | 94c1f63b6fd07d74f3325274dd19fd6beaf53965 (diff) | |
download | dabmod-e12c679b8cc8a263507c556cb24819dc0d5559b9.tar.gz dabmod-e12c679b8cc8a263507c556cb24819dc0d5559b9.tar.bz2 dabmod-e12c679b8cc8a263507c556cb24819dc0d5559b9.zip |
Merge raspine's ZeroMQ RC and UHD staticdelay
Merge raspine/master pull request, fix indentation, code style, and two
minor conflicts in:
doc/example.ini
src/DabMod.cpp
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ea87c9 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +OVERVIEW +======== +ODR-DabMod is a fork of CRC-DabMod, which was developed by the Communications +Research Center Canada. It has been forked by the Opendigitalradio project. + +ODR-DabMod is a DAB (Digital Audio Broadcasting) modulator compliant +to ETSI EN 300 401. + +In addition to the features of CRC-DabMod, this fork contains: + +- Configuration file support, see doc/example.ini +- Integrated UHD output for USRP devices + - Tested for B200, B100, USRP2, USRP1 + - With WBX daughterboard (where appropriate) +- Timestamping support required for SFN +- A FIR filter (previously done in GNURadio by crc-dwap.py) +- Improvements in logging (log to file, to syslog) +- ETI sources: file (Raw, Framed and Streamed) and ZeroMQ +- A Telnet remote-control that can be used to change some parameters during + runtime + +The src/ directory contains the source code of ODR-DabMod. + +The doc/ directory contains the ODR-DabMod documentation, and an example +configuration file. + +The lib/ directory contains source code of libraries needed to build +ODR-DabMod. + +INSTALL +======= +See the INSTALL file for installation instructions. + +LICENCE +======= +See the files LICENCE and COPYING + +CONTACT +======= +Matthias P. Braendli <matthias [at] mpb [dot] li> +Pascal Charest <pascal [dot] charest [at] crc [dot] ca> + +http://opendigitalradio.org/ +http://mmbtools.crc.ca/ +http://mpb.li/ |