This is the Soapy SDR plugin wrapper for Fobos SDR receiver API shared library. Full source code.
See versions.txt
- Linux (Ubuntu 22.04 LTS ...)
- Windows (7, 8.1, 10, 11) x64
- git v.2.31 or later (otherwise download the repository manualy: Code->Download ZIP)
- any c++ compiler (tested on gcc, g++, mingw, msvc)
- SoapySDR - https://github.com/pothosware/SoapySDR/
- libfobos - https://github.com/rigexpert/libfobos/
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