SoapySDR
SoapySDR copied to clipboard
Vendor and platform neutral SDR support library.
I have receiver with msi2500/msi001 chip-set and I'm trying to use Cubicsdr with Soapy-miri driver. After installing I'm getting following messages: debian@localhost:~$ SoapySDRUtil --find=miri ###################################################### ## Soapy SDR -- the...
* Bumped ABI to 0.8.3 --- Just bugged me, is all.
See #352 for details around the bug
* Requires CMake 3.8.2 for native CMake support * By default, targets .NET Framework 4.7.2 ----- **NOTE: this won't be merged until the in-progress SDR# plugin is released, which will...
The following situation is causing a hang with python running at 100% CPU, so most probably SoapySDR with SoapySDRPlay3 stuck in loop. Thank you for checking and resolving. Python script:...
* Along the way, added Android support
From a recent Windows CI build (CMake 3.23.2): ``` -- ############################################# -- ## Begin configuration for Python support... -- ############################################# -- Enabling optional Python bindings if possible... CMake Deprecation Warning...
Hi, I have install all Dependencies, when I execute SoapySDRUtil --find"sdrplay" he show my device, but when I execute the program soapy_power, he don't find my devices. Can you help...
When I tried to run SdrGlut using the SDRpay slave mode it would always crash. I finally tracked it down. It crashes if you call - device->setFrequency(SOAPY_SDR_RX, rx->channel, rx->fc-rx->foffset); but...
As per title: `lib/SoapySDR.in.pc` has ``` prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ ``` and so can’t handle absolute paths in `CMAKE_INSTALL_{INCLUDE,LIB}DIR`. This leads to broken .pc files on NixOS in particular. See...