diff options
author | andimik <andimik@yahoo.de> | 2018-05-15 21:34:48 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-05-16 09:49:14 +0200 |
commit | 1c616a3910dcb34323eb35f95430283d993efcc4 (patch) | |
tree | 271320708c4900def14e8e6ebf7d6b632c774e55 /doc | |
parent | 3dd6bd8769bdef3fbbabe5bb498846cd8ea63504 (diff) | |
download | dabmod-1c616a3910dcb34323eb35f95430283d993efcc4.tar.gz dabmod-1c616a3910dcb34323eb35f95430283d993efcc4.tar.bz2 dabmod-1c616a3910dcb34323eb35f95430283d993efcc4.zip |
Update example.ini
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/example.ini b/doc/example.ini index a4bfb4a..84c59c9 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -53,7 +53,7 @@ loop=0 ; 239.100.101.22 and receive data from port 12000 ;source=udp://192.168.1.22@239.100.101.22:12000 ; -; Bind to default interafce (which routes to multicast) and join multicast +; Bind to default interface (which routes to multicast) and join multicast ; group: 239.100.101.22 and receive data from port 12000 ;source=udp://@239.100.101.22:12000 ; @@ -174,7 +174,7 @@ output=uhd ; to make sure you don't create clipping. ; ; The format u8 is the same as s8, except that the values are mapped -; between 0 and 255. +; between 0 and 255. Use u8 for welle.io, qt-dab or other tools. ; ; Also supported is s16, with system endianness (little endian on x86_64 and ARM) ;format=s8 @@ -278,7 +278,7 @@ max_gps_holdover_time=600 ; on which port to listen for connections ; please see the Transports section in man zmq -; for more informat io the syntax +; for more information regarding the syntax listen=tcp://*:54001 ; what ZMQ socket type to use. Valid values: PUB, REP |