diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-08-22 11:38:14 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-08-22 11:38:14 +0200 |
commit | 7a056ef2cb94fb2fa45d8ecaed9dd97e99749fde (patch) | |
tree | db39d470c3209f5385f53ae453321a9f5f2f2b16 /doc | |
parent | 4e141ca1ebc12b8d647ed62c2930bf41166a4583 (diff) | |
download | dabmux-7a056ef2cb94fb2fa45d8ecaed9dd97e99749fde.tar.gz dabmux-7a056ef2cb94fb2fa45d8ecaed9dd97e99749fde.tar.bz2 dabmux-7a056ef2cb94fb2fa45d8ecaed9dd97e99749fde.zip |
Add experimental EDI to configuration file
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.mux | 18 |
1 files changed, 18 insertions, 0 deletions
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" |