Supported Hardware
November 19, 2025 ยท View on GitHub
Hardware SDR Sources and Sinks
Hardware SDRs source and sink digital I/Q samples through USB, PCI, or other high speed interfaces.
Sources
- SoapySDR with
SoapySDRSourcevia libSoapySDR - RTL-SDR with
RtlSdrSourcevia librtlsdr - Airspy R2 and Mini with
AirspySourcevia libairspy - Airspy HF+ Dual Port and Discovery with
AirspyHFSourcevia libairspyhf - HackRF One with
HackRFSourcevia libhackrf - HydraSDR RFOne with
HydraSDRSourcevia libhydrasdr - SDRplay RSP with
SDRplaySourcevia libmirsdrapi-rsp - USRP with
UHDSourcevia libuhd - BladeRF with
BladeRFSourcevia libbladeRF
Sinks
- SoapySDR with
SoapySDRSinkvia libSoapySDR - HackRF One with
HackRFSinkvia libhackrf - USRP with
UHDSinkvia libuhd - BladeRF with
BladeRFSinkvia libbladeRF
Sound card SDR Sources and Sinks
Sound card SDRs, like the SoftRock, source and sink analog I/Q signals through sound card stereo channels. Transceiver "digimode" interfaces, like the SignaLink, source and sink demodulated audio signals through sound card mono channels.
Sources
Sinks
File Sources and Sinks
File sources and sinks source and sink samples with ordinary files. They can indirectly support SDR hardware by reading/writing a named pipe shared with an external utility that interfaces with the SDR hardware.
Sources
IQFileSourcefor binary I/Q filesRealFileSourcefor binary real-valued filesWAVFileSourcefor WAV files
Sinks
IQFileSinkfor binary I/Q filesRealFileSinkfor binary real-valued filesWAVFileSinkfor WAV files