Gonzalo José Carracedo Carballal
Gonzalo José Carracedo Carballal
In order to port sigutils to Windows machines, we need to replace C99's `_Complex` types by Microsoft's `_Fcomplex` (or `_Dcomplex` in double precision arithmetic). The biggest pitfall about using these...
Hi, I do not own any SDRPlay receiver, but this comes from a SigDigger user having trouble enabling and/or disabling AGC (_automatic gain mode_ in SoapySDR's jargon) more than once....
Hi, This is potentially related to https://github.com/pothosware/SoapyUHD/issues/50. I received reports of a crash/hang in GNU/Linux (https://github.com/BatchDrake/SigDigger/issues/190) and failures to detect the device in macOS (https://github.com/BatchDrake/suscan/issues/59). A friend of mine just...
Hi, The whole library relies on a global state, and also it is not thread safe. This implies, for instance, that I cannot process two PCAP captures in parallel (not...
Error comes from `brew install --head soapyuhd` in GitHub `macos-latest` runners: ``` ==> Installing pothosware/pothos/soapyuhd --HEAD ==> cmake .. -DUHD_ROOT='.' ==> make install Last 15 lines from /Users/runner/Library/Logs/Homebrew/soapyuhd/02.make: ^ /tmp/soapyuhd-20250205-19960-9zi99p/UHDSoapyDevice.cpp:865:39:...