From fd6d695275f88e83ebba6fa39afc044e329a690f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 25 Dec 2016 23:53:51 +0100 Subject: Add first version of EDI input --- doc/example.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3