diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-03 13:30:54 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-03 13:30:54 +0200 |
commit | 59fd4f2fcc600ca65940df2013636151fbb8685c (patch) | |
tree | c9c880825294636aca45f61dda34ed9fe6da6cc2 | |
parent | a5350a0e2fed2886f791962cb704421e3fdc336b (diff) | |
download | mmbtools-aux-59fd4f2fcc600ca65940df2013636151fbb8685c.tar.gz mmbtools-aux-59fd4f2fcc600ca65940df2013636151fbb8685c.tar.bz2 mmbtools-aux-59fd4f2fcc600ca65940df2013636151fbb8685c.zip |
Update b200-30.72.ini example
-rw-r--r-- | b200-30.72.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/b200-30.72.ini b/b200-30.72.ini index fe3d723..a66fbfe 100644 --- a/b200-30.72.ini +++ b/b200-30.72.ini @@ -1,4 +1,5 @@ -; Sample configuration file for CRC-DABMOD +; Sample configuration for a synchronised ODR-DabMod setup +; with the internal GPSDO. [remotecontrol] telnet=1 @@ -15,8 +16,9 @@ filename=/dev/stderr loop=0 transport=zeromq -source=tcp://localhost:9100 -max_frames_queued=300 +;source=tcp://localhost:9100 +source=tcp://core.mpb.li:9100 +max_frames_queued=400 [modulator] ; Gain mode: 0=FIX, 1=MAX, 2=VAR |