Skip to content
Josh Blum edited this page May 26, 2019 · 2 revisions

Soapy SDR plugin for Airspy HF+

image

The Soapy Airspy HF+ project provides a plugin module to use the Airspy HF+ device within the SoapySDR API and software that supports SoapySDR.

SoapyAirspyHF table of contents

Installers

Pre-built installers for various systems are available through the Pothos SDR environment.

Dependencies

Building Soapy AirspyHF

The CMake build system will locate SoapySDR development files on your system. The plugin module will be built and installed into the SoapySDR modules directories.

git clone https://github.com/pothosware/SoapyAirspyHF.git
cd SoapyAirspyHF
mkdir build
cd build
cmake ..
make
sudo make install

Probing Soapy AirspyHF

SoapySDRUtil --probe="driver=airspyhf"