aboutsummaryrefslogtreecommitdiffstats
path: root/grc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-05-13 19:49:07 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-05-13 19:49:07 +0200
commit8e82b44bff75beb9b37a2261f41acce6ea8eeb25 (patch)
treef9654d437b14f28283b62cea84bc89e9d03e16cd /grc
parent20d4ef7e4a6d2dba93dd0ccd7ab9aeffdbe6fc5c (diff)
rtl_tcp: change device argument syntax to host[:port]
without any arguments the code will try to connect to localhost:1234
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 1af1009..2e496d6 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,psize=16384
+ rtl_tcp=127.0.0.1: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 ...