gr-osmosdr/lib
Dimitri Stolnikov 7b1c5dc8a0 rfspace: add support for RFSPACE SDR-IQ and SDR-IP
Usage example:

osmocom_fft -a sdr-iq=/dev/ttyUSB0
osmocom_fft -a sdr-ip=host[:port]
osmocom_fft -a netsdr=host[:port][,nchan=2]

The following named gain stages are available:

SDR-IQ: ATT: -20 to +10 dB, in 10dB steps
SDR-IP: ATT: -30 to 0 dB, in 10dB steps

The ftdi_sio driver is being used for SDR-IQ. It creates a character
device of the form:

crw-rw---- 1 root dialout 188, 0 Dec 19 22:14 /dev/ttyUSB0

To be able to open the device without root permissions add yourself to
the "dialout" group or do a "chmod 666 /dev/ttyUSB0" after pluggin in.
2014-01-26 17:07:35 +01:00
..
bladerf bladerf: Don't reload the FPGA unless the force-reload param is set 2013-11-04 22:11:23 +01:00
fcd fcd: add support for FUNcube Dongle Pro+ 2013-07-28 19:16:28 +02:00
file device: implement "nofake" hint to exclude dummy devices from discovery 2014-01-26 16:29:48 +01:00
hackrf hackrf: implement device discovery 2013-10-25 23:49:24 +02:00
miri cmake: use *_INCLUDE_DIRS in modules 2013-08-13 20:20:17 +02:00
osmosdr cmake: use *_INCLUDE_DIRS in modules 2013-08-13 20:20:17 +02:00
rfspace rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2014-01-26 17:07:35 +01:00
rtl rtl/rtl_tcp: add 2.56e6 as 'good' sample rate 2013-12-05 00:09:16 +01:00
rtl_tcp device: implement "nofake" hint to exclude dummy devices from discovery 2014-01-26 16:29:48 +01:00
uhd uhd: improve device discovery 2013-10-25 23:46:39 +02:00
CMakeLists.txt rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2014-01-26 17:07:35 +01:00
config.h.in rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2014-01-26 17:07:35 +01:00
gnuradio-osmosdr.rc.in cmake: add windows dll resource file 2013-04-16 21:53:09 +02:00
osmosdr_arg_helpers.h use numchan instead of nchan to prevent ambiguity... 2013-10-25 23:50:49 +02:00
osmosdr_device.cc rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2014-01-26 17:07:35 +01:00
osmosdr_ranges.cc adopt gnuradio component header structure 2013-04-09 00:28:10 +02:00
osmosdr_sink_c_impl.cc sink/source: fix error message when unable to connect blocks internally 2013-12-05 00:02:22 +01:00
osmosdr_sink_c_impl.h source/sink: initialize sample rate cache variable 2013-10-03 14:50:16 +02:00
osmosdr_snk_iface.h updated header documentation for bandwidth setter 2013-09-28 13:59:09 +02:00
osmosdr_source_c_impl.cc rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2014-01-26 17:07:35 +01:00
osmosdr_source_c_impl.h source/sink: initialize sample rate cache variable 2013-10-03 14:50:16 +02:00
osmosdr_src_iface.h updated header documentation for bandwidth setter 2013-09-28 13:59:09 +02:00