Hardware SDRs source and sink digital I/Q samples through USB, PCI, or other high speed interfaces.
-
SoapySDR with
SoapySDRSource
via libSoapySDR -
RTL-SDR with
RtlSdrSource
via librtlsdr -
Airspy R2 and Mini with
AirspySource
via libairspy -
Airspy HF+ Dual Port and Discovery with
AirspyHFSource
via libairspyhf -
HackRF One with
HackRFSource
via libhackrf -
SDRplay RSP with
SDRplaySource
via libmirsdrapi-rsp -
BladeRF with
BladeRFSource
via libbladeRF
-
SoapySDR with
SoapySDRSink
via libSoapySDR -
HackRF One with
HackRFSink
via libhackrf -
BladeRF with
BladeRFSink
via libbladeRF
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.
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.
IQFileSource
for binary I/Q filesRealFileSource
for binary real-valued filesWAVFileSource
for WAV files
IQFileSink
for binary I/Q filesRealFileSink
for binary real-valued filesWAVFileSink
for WAV files