Skip to content
Josh Blum edited this page May 26, 2019 · 1 revision

Soapy SDR plugin for SideKiq

image

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

SoapySidekiq table of contents

Dependencies

Building Soapy Sidekiq

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

Probing Soapy Sidekiq

SoapySDRUtil --probe="driver=sidekiq"