From 66eb4a62eb4c781f427e1938a7d42e2facf8194c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 9 Dec 2014 23:04:42 +0100 Subject: Markdownise README --- README | 44 -------------------------------------------- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 44 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 05290d9..0000000 --- a/README +++ /dev/null @@ -1,44 +0,0 @@ -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, bypassing gnuradio - - Tested for USRP1, B100, USRP2 - - B200 support in development -- 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 -Pascal Charest - -http://opendigitalradio.org/ -http://mmbtools.crc.ca/ -http://mpb.li/ 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 +Pascal Charest + +http://opendigitalradio.org/ +http://mmbtools.crc.ca/ +http://mpb.li/ -- cgit v1.2.3