From 5d965e80be2e6ab62bc82fb2e0d4d472153ad241 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli (think)" Date: Sun, 10 Nov 2013 21:50:12 +0100 Subject: crc-dabmod: add ZeroMQ input module --- doc/example.ini | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/example.ini b/doc/example.ini index f76b7ad..8f61b24 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -1,16 +1,28 @@ ; Sample configuration file for CRC-DABMOD [remotecontrol] +; enable the telnet remote control on localhost:2121 +; Since this is totally unsecure telnet, the software +; will only listen on the local loopback interface. +; To get secure remote access, use SSH port forwarding telnet=1 telnetport=2121 [log] +; Write to a logfile or to syslog. +; Setting filename to stderr is very useful during tests and development syslog=0 filelog=1 filename=/dev/stderr [input] -filename=/dev/stdin +; A file or fifo input is using transport=file +transport=file +source=/dev/stdin + +; When recieving data using ZeroMQ, the source is the URI to be used +;transport=zeromq +;source=tcp://localhost:8080 loop=1 [modulator] -- cgit v1.2.3