eabase

Results 379 comments of eabase

I don't know if it works for Airspy as I can only see support for RTL-SDR...and maybe HackRF (`-d` option). But [here](https://github.com/eabase/TheLostOnes/blob/main/rx_tools_x64.7z) is a fresh compile.

As I am not enough familiar with any of these tools, I am not able to help further than finding the statements within the Swig generated file, using bash: ```bash...

Hi Christian, I'm a bit busy right now, so will get back to you with some tests. As a quick comment, I'm not a big fan of having to "hide"...

I'm looking at this again... Seem to be many options. First of all I want to ask: **Is there a reason why we are using compiler `C++11` instead of `C++17`?**...

Ok, so where are we going with this? Are we staying here, or is someone forking a new repo? **Who's got the most up-to-date version?** Looks like maybe @novdov at:...

@medecau * https://github.com/medecau/pydub-ng > removed python2 Awesome! I also suggest to **enable** your issues in that github, and make a PR here (even if not merged) so as people can...

I made it into an md file here: https://gist.github.com/eabase/b79cc26f82958f18e95b62d8aadaa452

Ok, I finally got it to work. 😱 It was hard to find instructions on how to deal with `pthreads` for x64. You need to build it yourself...whcih required another...

I was able to build using the following: ```powershell cmake -S .. -B . -Ax64 -Wno-dev -Wno-deprecated --fresh --install-prefix 'C:\Program Files\SoapySDR' ` -DCMAKE_BUILD_TYPE=Release ` -DENABLE_APPS=ON ` -DENABLE_CSHARP=ON ` -DENABLE_DOCS=OFF `...

@zuckschwerdt Do you know if I need to build the other libraries (such as `rtlsdr.dll` and `LimeSuiteNG.dll`) **first** (before SoapySDR)?