diff options
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 |