aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2013-10-19 17:17:19 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2013-10-26 15:04:41 +0200
commit8facbbcca1e82818c77a603f8e5652c3bfc33dac (patch)
treee5869283de7582ad2a1654daa3e39571b6303916 /README
parentb7e2dd013b1918e1f6ce8817909b7a744fcc820f (diff)
netsdr: add support for RFSPACE NetSDR receiver
- implements broadcast UDP based device discovery - prints device information (serial/versions) on startup - reads available frequency range(s) from the device - integrity checks of IQ stream using sequence numbers - automatic bandpass or a wideband lowpass selectable The following named gain stages are available: ATT: -30 to 0 dB, in 10dB steps Known limitations: - setting the sample rate is possible only before the flowgraph has been started
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 34e3397..5a64258 100644
--- a/README
+++ b/README
@@ -4,13 +4,14 @@ as well supports:
* FUNcube Dongle through libgnuradio-fcd
* FUNcube Dongle Pro+ through gr-fcdproplus
* sysmocom OsmoSDR Devices through libosmosdr
- * Nuand LLC bladeRF through libbladeRF library
- * Great Scott Gadgets HackRF through libhackrf
- * 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-blocks
+ * RFSPACE NetSDR via direct TCP/UDP communication
+ * Great Scott Gadgets HackRF through libhackrf
+ * Nuand LLC bladeRF through libbladeRF library
+ * Ettus USRP Devices through Ettus UHD library
By using the OsmoSDR block you can take advantage of a common software api in
your application(s) independent of the underlying radio hardware.