From 7a056ef2cb94fb2fa45d8ecaed9dd97e99749fde Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 22 Aug 2014 11:38:14 +0200 Subject: Add experimental EDI to configuration file --- doc/example.mux | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc/example.mux') diff --git a/doc/example.mux b/doc/example.mux index 65127d9..efe9504 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -264,6 +264,24 @@ outputs { ; Throttle output to real-time (one ETI frame every 24ms) ;throttle "simul://" + ; The edi output has a different syntax + edi { + destination "192.168.23.23" + port 12000 + sourceport 13000 + + ; EDI uses the UDP protocol + + ; Enable the PFT subsystem. If false, AFPackets are sent. + enable_pft false + + ; Save the packets sent over ethernet to the file ./edi.debug + dump false + + ; show more debugging info + verbose true + } + ; Other outputs: ; TCP listen on port ;net "tcp://host:port" -- cgit v1.2.3