aboutsummaryrefslogtreecommitdiffstats
path: root/grc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-09-30 20:12:48 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-09-30 20:12:48 +0200
commit2878501284c9e0a85fd67cbf06f3a4f6c99336ad (patch)
treea3fc79c448b0a5c7c2b16ca46717ff82b130ed0e /grc
parentc51b04ee745d0c4c685c5a8cc15bcf83a9f1ab1f (diff)
add support for MSi2500 based DVB-T dongles through libmirisdr
this has been tested with analog modes only and still has to be verified with the usual digital modes for proper implementation.
Diffstat (limited to 'grc')
-rw-r--r--grc/gen_osmosdr_blocks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/grc/gen_osmosdr_blocks.py b/grc/gen_osmosdr_blocks.py
index 5c6f0ce..b07fa23 100644
--- a/grc/gen_osmosdr_blocks.py
+++ b/grc/gen_osmosdr_blocks.py
@@ -108,6 +108,7 @@ While primarily being developed for the OsmoSDR hardware, this block also suppor
* Ettus USRP Devices through Ettus UHD library
* RTL2832U based DVB-T dongles through librtlsdr
* rtl-tcp spectrum server (see librtlsdr project)
+ * MSi2500 based DVB-T dongles through libmirisdr
* gnuradio .cfile input through libgnuradio-core
By using the OsmoSDR block you can take advantage of a common software api in your application(s) independent of the underlying radio hardware.
@@ -121,6 +122,7 @@ Use the device id or name (if applicable) to specify a certain device or list of
Examples (some arguments may be optional):
fcd=0
+ miri=0
rtl=0,rtl_xtal=28.80001e6,tuner_xtal=26e6,buffers=64 ...
rtl_tcp=127.0.0.1:1234,psize=16384
uhd,serial=...,type=usrp1,mcr=52e6,nchan=2,subdev='\\\\'B:0 A:0\\\\'' ...