sdrangel/devices
f4exb 5a05cf14bb PlutoSDR input: implemented input class interim state (2) 2017-09-07 06:15:39 +02:00
..
bladerf
hackrf HackRF: use DeviceHackRF as a singleton to handle HackRF library init and exit only once 2017-09-01 00:46:43 +02:00
limesdr
plutosdr PlutoSDR input: implemented input class interim state (2) 2017-09-07 06:15:39 +02:00
CMakeLists.txt PlutoSDR: added PlutoSDRDevice and PlutoSDRScan common device classes 2017-09-02 04:21:41 +02:00
devices.pro
readme.md

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:

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

    • bladerfinput
    • bladerfoutput
  • HackRF: one Rx and one Tx half duplex. Plugins are:

    • hackrfinput
    • hackrfoutput
  • LimeSDR: 2 Rx and 2 Tx full duplex. Plugins are

    • limesdrinput
    • limesdroutput
  • SDRdaemon: sends or receive samples to/from device remotely through the network. Used on the Tx plugin only

    • sdrdaemonsink