gr-osmosdr/lib
Dimitri Stolnikov 9c6ac9e3e3 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.
2013-12-22 16:28:27 +01:00
..
bladerf bladerf: Don't reload the FPGA unless the force-reload param is set 2013-10-30 18:59:59 +01:00
fcd fcd: add support for FUNcube Dongle Pro+ 2013-07-14 12:09:55 +02:00
file device: implement "nofake" hint to exclude dummy devices from discovery 2013-12-10 16:59:01 +01:00
hackrf hackrf: implement device discovery 2013-10-25 23:36:32 +02:00
miri cmake: use *_INCLUDE_DIRS in modules 2013-08-13 20:17:17 +02:00
osmosdr cmake: use *_INCLUDE_DIRS in modules 2013-08-13 20:17:17 +02:00
rfspace rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2013-12-22 16:28:27 +01:00
rtl rtl/rtl_tcp: add 2.56e6 as 'good' sample rate 2013-12-05 00:12:27 +01:00
rtl_tcp device: implement "nofake" hint to exclude dummy devices from discovery 2013-12-10 16:59:01 +01:00
uhd uhd: improve device discovery 2013-10-25 23:32:58 +02:00
CMakeLists.txt rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2013-12-22 16:28:27 +01:00
arg_helpers.h use numchan instead of nchan to prevent ambiguity... 2013-10-25 23:39:17 +02:00
config.h.in rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2013-12-22 16:28:27 +01:00
device.cc rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2013-12-22 16:28:27 +01:00
gnuradio-osmosdr.rc.in cmake: add windows dll resource file 2013-04-16 21:53:09 +02:00
ranges.cc introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
sink_iface.h updated header documentation for bandwidth setter 2013-09-28 13:49:18 +02:00
sink_impl.cc sink/source: fix error message when unable to connect blocks internally 2013-11-06 20:55:46 +01:00
sink_impl.h source/sink: initialize sample rate cache variable 2013-10-03 14:43:13 +02:00
source_iface.h updated header documentation for bandwidth setter 2013-09-28 13:49:18 +02:00
source_impl.cc rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2013-12-22 16:28:27 +01:00
source_impl.h source/sink: initialize sample rate cache variable 2013-10-03 14:43:13 +02:00