sdrangel/devices
Jon Beniston a9b6af0648 Fix compilation with UHD 3.15. Add dependency info to readme. 2020-10-27 09:56:15 +00:00
..
bladerf1
bladerf2 BladeRF2: generalize scale support in range queries 2020-09-14 23:19:05 +02:00
hackrf
limesdr
perseus
plutosdr Merge pull request #605 from ubfx/plutosdr_iq_sampling 2020-08-19 13:13:45 +02:00
soapysdr
usrp Fix compilation with UHD 3.15. Add dependency info to readme. 2020-10-27 09:56:15 +00:00
xtrx
CMakeLists.txt Add USRP device support. 2020-10-02 22:45:28 +01:00
readme.md Add USRP device support. 2020-10-02 22:45:28 +01:00

readme.md

Devices common resources

This folder contains classes and methods that can be used by different plugins that work with a common physical device or via network. Thus this can be one of the following devices:

  • BladeRF1: one Rx and one Tx full duplex. Plugins are:

    • bladerf1input
    • bladerf1output
  • BladeRF2: 2 Rx and 2 Tx full duplex (BladeRF 2.0 micro). Plugins are:

    • bladerf2input
    • bladerf2output
  • HackRF: one Rx and one Tx half duplex. Plugins are:

    • hackrfinput
    • hackrfoutput
  • LimeSDR: 2 Rx and 2 Tx full duplex (Lime-USB). 1 Rx and 1 Tx full duplex (Lime-Mini). Plugins are

    • limesdrinput
    • limesdroutput
  • PlutoSDR: one Rx and one Tx full duplex. Plugins are

    • plutosdrinput
    • plutosdroutput
  • SoapySDR: Soapy SDR virtual device

    • soapysdrinput
    • soapysdroutput
  • USRP: Up to 2 Rx and 2 Tx full duplex. Plugins are

    • usrpinput
    • usrpoutput