aboutsummaryrefslogtreecommitdiffstats
path: root/grc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-05-06 19:42:27 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-05-06 19:42:27 +0200
commite38dc2f42738ab3068bb03b7c44cb203e135675f (patch)
tree34bc073d75ac178d7e7401bc7752f348a524c631 /grc
parentf94d8da48e84a5809c5aa0144f8d56c5da80e85d (diff)
rtl_tcp: implement sample rate and gain control
Diffstat (limited to 'grc')
-rw-r--r--grc/gen_osmosdr_blocks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gen_osmosdr_blocks.py b/grc/gen_osmosdr_blocks.py
index 595fd17..1af1009 100644
--- a/grc/gen_osmosdr_blocks.py
+++ b/grc/gen_osmosdr_blocks.py
@@ -115,7 +115,7 @@ of devices. If left blank, the first device found will be used.
Examples (some arguments may be optional):
fcd=0
rtl=0,rtl_xtal=28.80001e6,tuner_xtal=26e6,buffers=64 ...
- rtl_tcp=host=127.0.0.1,port=1234,eof=false,wait=true,psize=16384
+ rtl_tcp=host=127.0.0.1,port=1234,psize=16384
uhd=0|name,mcr=52e6,nchan=2,subdev='\\\\'B:0 A:0'\\\\' ...
osmosdr=0|name,mcr=64e6,nchan=5,port=/dev/ttyUSB0 ...
file=/path/to/file.ext,freq=428e6,rate=1e6,repeat=true,throttle=true ...