diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-02-01 13:53:55 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-02-01 13:53:55 +0100 |
commit | bf6e05a427e050ec54b9da91da8ac04f52fa006c (patch) | |
tree | 9f3a57ac96eeb78e5623346e1fc64f5f4fb75ee4 /doc/easydabv3.ini | |
parent | 4f1f002ffad12144237352ad096353b8872171be (diff) | |
download | dabmod-bf6e05a427e050ec54b9da91da8ac04f52fa006c.tar.gz dabmod-bf6e05a427e050ec54b9da91da8ac04f52fa006c.tar.bz2 dabmod-bf6e05a427e050ec54b9da91da8ac04f52fa006c.zip |
Remove easydabv3 support
Diffstat (limited to 'doc/easydabv3.ini')
-rw-r--r-- | doc/easydabv3.ini | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/doc/easydabv3.ini b/doc/easydabv3.ini deleted file mode 100644 index 5f0103f..0000000 --- a/doc/easydabv3.ini +++ /dev/null @@ -1,37 +0,0 @@ -; This sample configuration is useful if ODR-DabMod is compiled -; with --enable-easydabv3 - -[remotecontrol] -zmqctrl=1 -zmqctrlendpoint=tcp://127.0.0.1:9400 -; There is no telnet RC available in this build - - -[log] -syslog=0 -filelog=0 -filename=odr-dabmod.log - -[input] -transport=zeromq -source=tcp://localhost:9100 -max_frames_queued=400 - -; There are no [modulator], [cfr], [firfilter], [poly] nor [tii] sections - -[output] -output=file - -[fileoutput] -; to be confirmed -format=complexf - -filename=/dev/csdiof1 - -show_metadata=0 -; TODO add option for writing out timestamps to csdiof1 - -[delaymanagement] -synchronous=0 -mutenotimestamps=0 -offset=1.002 |