diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-25 23:53:51 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-25 23:53:51 +0100 |
commit | fd6d695275f88e83ebba6fa39afc044e329a690f (patch) | |
tree | 38ac7b49407970cb3c0b2b66972653a37d0d1fd5 /doc/example.ini | |
parent | eaf1c41bde2b58446697360af454266c4dc594a4 (diff) | |
download | dabmod-fd6d695275f88e83ebba6fa39afc044e329a690f.tar.gz dabmod-fd6d695275f88e83ebba6fa39afc044e329a690f.tar.bz2 dabmod-fd6d695275f88e83ebba6fa39afc044e329a690f.zip |
Add first version of EDI input
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index 8403e8f..361a4c4 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -52,6 +52,12 @@ source=/dev/stdin ; When the end of file is reached, it is possible to rewind it loop=0 +; EDI input. +; Listen for EDI data on a given UDP port +;transport=edi +;source=udp://:12002 +; No support yet for multicast, should work with and without PFT + ; When recieving data using ZeroMQ, the source is the URI to be used ;transport=zeromq ;source=tcp://localhost:8080 |