1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-09 14:46:34 -04:00
sdrangel/devices
ZigaS b743943c70 Update to Qt 5.12.0.
Project files with MacOS clang RPATH to use proper paths for shared objects.
Minor path updates in favor of loading plugin libs.
Deployment script packaging using Qt way(macdeployqt).
2018-12-27 09:48:30 +01:00
..
bladerf1 Windows: MSVC2017: BladeRF support 2018-11-16 13:44:58 +01:00
bladerf2 Windows: MSVC2017: BladeRF support 2018-11-16 13:44:58 +01:00
hackrf HackRF: enhance device operations error messages 2018-11-13 21:11:17 +01:00
limesdr LimeSDR: detect Lime hardware type. Interface with GPIO only for SPI and USB type 2018-11-29 23:37:34 +01:00
perseus Windows: MSVC2017: fixed more attribute unused cases (2) 2018-11-13 08:51:14 +01:00
plutosdr Windows MSVC2017: PlutoSDR support 2018-11-28 18:30:11 +01:00
soapysdr SoapySDR support: new attempt for Debian build (3) 2018-12-01 10:12:15 +00:00
CMakeLists.txt SoapySDR support: new attempt for Debian build (2) 2018-12-01 10:09:10 +01:00
devices.pro Update to Qt 5.12.0. 2018-12-27 09:48:30 +01:00
readme.md SoapySDR support: build infrastructure and input plugin enumeration 2018-10-29 16:39:25 +01:00

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