sdrangel/devices
f4exb a1120bca46 Metis scan: scan all network interfaces. Fixes #977 2021-08-08 13:19:39 +02:00
..
bladerf1 Added more flexible build options 2020-05-02 17:57:00 +03:00
bladerf2 BladeRF2: generalize scale support in range queries 2020-09-14 23:19:05 +02:00
hackrf HackRF: generalize hardware LO correction to output plugin 2021-03-29 05:59:00 +02:00
limesdr Added more flexible build options 2020-05-02 17:57:00 +03:00
metis Metis scan: scan all network interfaces. Fixes #977 2021-08-08 13:19:39 +02:00
perseus Added more flexible build options 2020-05-02 17:57:00 +03:00
plutosdr Use shared_ptr to keep track of DeviceScan across multiple collections 2021-05-30 09:34:46 +00:00
soapysdr SoapySDR: prepend the driver name to the device label so it can be differentiated if handled by SoapySDR remote 2020-08-08 17:29:57 +02:00
usrp sdrbase cmake: restored Boost_INCLUDE_DIRS 2020-11-05 20:41:33 +01:00
xtrx XTRX MIMO 2020-11-11 04:06:42 +01:00
CMakeLists.txt Metis MISO 2020-11-11 10:10:04 +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