This is the Soapy SDR plugin wrapper for Fobos SDR receiver API shared library. Full source code.
See versions.txt
git clone [this repo]
cd SoapyFobosSDR
mkdir build
cd build
cmake ..
make
subo make install
sudo ldconfig
Download and install latest version of Pothos SDR dev environment binaries from https://downloads.myriadrf.org/builds/PothosSDR/
or build it from source https://github.com/pothosware/PothosSDR
Build actually SoapyFobosSDR:
git clone [this repo]
cd SoapyFobosSDR
mkdir build
cd build
cmake ..
Visit https://github.com/rigexpert/libfobos/releases
Download any libfobos release .zip pack, for example libfobos-2.2.2.zip
Unpack content to libfobos directory
cmake --build . --config Release
or
open fobos.sln in your favorite MS VisualStudio IDE, build.
Copy compiled FobosSDRSupport.dll to Soapy modules directory, default c:/Program Files/PothosSDR/lib/SoapySDR/modules0.8/
Copy fobos.dll library to Soapy binaries directory, default c:/Program Files/PothosSDR/bin/
enjoy.
SoapySDRUtil --probe="driver=fobos"
For more info visit the main product page