diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-10 11:58:37 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-04-10 11:58:37 +0200 |
commit | 5c3d2648abaedc18e36f2ba99bd70aec0df3b1be (patch) | |
tree | a9da05140e527f8ef7d1647e6b9a0e7d215057d4 /doc | |
parent | c126ec3bfc44ab62017e7a75a1a1f49855f46f9a (diff) | |
download | dabmod-5c3d2648abaedc18e36f2ba99bd70aec0df3b1be.tar.gz dabmod-5c3d2648abaedc18e36f2ba99bd70aec0df3b1be.tar.bz2 dabmod-5c3d2648abaedc18e36f2ba99bd70aec0df3b1be.zip |
ZMQ output: Add REP socket type
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/example.ini b/doc/example.ini index 3c51142..ee9d567 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -112,7 +112,7 @@ enabled=0 filtertapsfile=simple_taps.txt [output] -; choose output: possible values: uhd, file +; choose output: possible values: uhd, file, zmq output=uhd [fileoutput] @@ -193,6 +193,17 @@ pps_source=none ; possible values: ignore, crash behaviour_refclk_lock_lost=ignore +; section defining ZeroMQ output properties +[zmqoutput] + +; on which port to listen for connections +; please see the Transports section in man zmq +; for more informat io the syntax +listen=tcp://*:54001 + +; what ZMQ socket type to use. Valid values: PUB, REP +; Please see man zmq_socket for documentation +socket_type=pub ; Used for SFN with the UHD output [delaymanagement] |