gr-osmosdr/lib
Dimitri Stolnikov 9b76d230e9 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:35:59 +01:00
..
bladerf bladerf: Don't reload the FPGA unless the force-reload param is set 2013-11-04 21:22:00 +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 2014-01-26 17:35:55 +01:00
hackrf hackrf: implement device discovery 2013-10-25 23:45:24 +02:00
miri cmake: use *_INCLUDE_DIRS in modules 2013-08-13 20:10:51 +02:00
osmosdr cmake: use *_INCLUDE_DIRS in modules 2013-08-13 20:10:51 +02:00
rfspace rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2014-01-26 17:35:59 +01:00
rtl rtl/rtl_tcp: add 2.56e6 as 'good' sample rate 2014-01-26 17:35:28 +01:00
rtl_tcp device: implement "nofake" hint to exclude dummy devices from discovery 2014-01-26 17:35:55 +01:00
runtime uhd: use gr-uhd by default, fall back to built-in code if not found 2013-08-04 10:16:06 +02:00
uhd uhd: improve device discovery 2013-10-25 23:45:20 +02:00
CMakeLists.txt rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2014-01-26 17:35:59 +01:00
ConfigChecks.cmake runtime: import minimal gr runtime for standalone mode (wip) 2013-08-03 21:00:47 +02:00
arg_helpers.h use numchan instead of nchan to prevent ambiguity... 2013-10-25 23:45:30 +02:00
config.h.in rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2014-01-26 17:35:59 +01:00
device.cc rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2014-01-26 17:35:59 +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:35:26 +02:00
sink_impl.cc sink/source: fix error message when unable to connect blocks internally 2014-01-26 17:35:16 +01:00
sink_impl.h source/sink: initialize sample rate cache variable 2013-10-03 14:25:28 +02:00
source_iface.h updated header documentation for bandwidth setter 2013-09-28 13:35:26 +02:00
source_impl.cc rfspace: add support for RFSPACE SDR-IQ and SDR-IP 2014-01-26 17:35:59 +01:00
source_impl.h source/sink: initialize sample rate cache variable 2013-10-03 14:25:28 +02:00