1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-02 09:38:44 -04:00
sdrangel/devices
2018-01-21 10:57:04 +01:00
..
bladerf
hackrf
limesdr LimeSDR: DeviceLimeSDRParams::open: set message level to critical when returning false status 2017-11-12 03:12:01 +01:00
plutosdr Replaced hardcoded bit scaling literals by defines 2018-01-21 10:57:04 +01:00
CMakeLists.txt PlutoSDR: added PlutoSDRDevice and PlutoSDRScan common device classes 2017-09-02 04:21:41 +02:00
devices.pro PlutoSDR output: Windows build and fixed compilation errors 2017-09-19 14:32:39 +02:00
readme.md PlutoSDR: updated documentation 2017-09-21 21:26:28 +02: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:

  • 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
  • PlutoSDR: one Rx and one Tx full duplex. Plugins are

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

    • sdrdaemonsink