aboutsummaryrefslogtreecommitdiffstats
path: root/sfn.tex
diff options
context:
space:
mode:
Diffstat (limited to 'sfn.tex')
-rw-r--r--sfn.tex16
1 files changed, 12 insertions, 4 deletions
diff --git a/sfn.tex b/sfn.tex
index 8b243c3..d2eda4d 100644
--- a/sfn.tex
+++ b/sfn.tex
@@ -37,10 +37,10 @@ an SFN setup.
Most importantly, the timestamp feature must be enabled using the ``tist'' option in
the ``general'' section.
-Furthermore, it is recommended to use the ZeroMQ transport between the
+Furthermore, it is recommended to use the EDI transport between the
multiplexer and the modulators, which can be enabled in the ``outputs'' section.
Care has to be taken to have an output that slows ODR-DabMux down to nominal
-rate. The ZeroMQ output alone does not enforce this. The following listing shows
+rate. The EDI output alone does not enforce this. The following listing shows
the relevant options we just covered.
\begin{lstlisting}
@@ -52,8 +52,16 @@ general {
...
outputs {
- ; Accept connections on all interfaces, on port 9100
- zmq "zmq+tcp://*:9100"
+ ; Accept connections on all interfaces, on port 13000
+ edi {
+ destinations {
+ tcp {
+ protocol tcp
+ listenport 13000
+ }
+ }
+ enable_pft false
+ }
; This throttles muxing down to nominal rate
throttle "simul://"
}