Skip to content
Josh Blum edited this page Sep 8, 2017 · 4 revisions

Soapy SDR plugin for Airspy

image

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

SoapyAirspy table of contents

Installers

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

Dependencies

Or install airspy packages on Ubuntu: :

sudo add-apt-repository -y ppa:myriadrf/drivers
sudo apt-get update
sudo apt-get install airspy libairspy-dev

Building Soapy Airspy

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/SoapyAirspy.git
cd SoapyAirspy
mkdir build
cd build
cmake ..
make
sudo make install

Probing Soapy Airspy

SoapySDRUtil --probe="driver=airspy"