From 5e08ec5d0d71857b21536221f6fda9c936afa7e0 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 16 Apr 2018 10:15:25 +0200 Subject: Do not compile useless files for easydabv3 --- doc/easydabv3.ini | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/easydabv3.ini (limited to 'doc/easydabv3.ini') diff --git a/doc/easydabv3.ini b/doc/easydabv3.ini new file mode 100644 index 0000000..5f0103f --- /dev/null +++ b/doc/easydabv3.ini @@ -0,0 +1,37 @@ +; 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 -- cgit v1.2.3