aboutsummaryrefslogtreecommitdiffstats
path: root/grc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-05-05 23:47:00 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-05-05 23:47:00 +0200
commitf94d8da48e84a5809c5aa0144f8d56c5da80e85d (patch)
tree7ce1397c20549c1a8372c0ed8d7c5c250ec9dd0b /grc
parent3a066ff25866999b611a9f7914c3da570616bc43 (diff)
rtl_tcp: add initial component files
For use with the rtl_tcp utility acting as a spectrum server. The "empty" rtl_tcp= device hint might be used to connect to rtl_tcp running on local machine.
Diffstat (limited to 'grc')
-rw-r--r--grc/gen_osmosdr_blocks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/grc/gen_osmosdr_blocks.py b/grc/gen_osmosdr_blocks.py
index 5c831c2..595fd17 100644
--- a/grc/gen_osmosdr_blocks.py
+++ b/grc/gen_osmosdr_blocks.py
@@ -112,9 +112,10 @@ The device argument is a delimited string used to locate devices on your system.
Use the device id or name (if applicable) to specify a certain device or list
of devices. If left blank, the first device found will be used.
-Examples:
+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
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 ...