Josh Blum

Results 200 comments of Josh Blum

> Write my own SoapySDR plugin that translates from hpsdr to SoapySDR. I would do this. Its going to be the cleanest most likely to work straightforward option. Take a...

RTL SDR is a pretty compact example: https://github.com/pothosware/SoapyRTLSDR

>ModuleNotFoundError: No module named 'distutils.sysconfig' Can you try to install distutils module for python? Its just trying to find out where to install python bindings

> Ubuntu 18.04, CubicSDR finds the HackRF One, but SdrGlut does not find it - that is very strange since the are both using SoapySDR to search for it. Usually...

MinGW is probably not a heavily tested platform, and so maybe many of the ifdefs in either cmake or the C sources incorrectly detect windows vs unix headers and things...

`'recursive_mutex' in namespace 'std' does not name a type` From the looks of the errors, its flat out just missing important C++ features in the development headers. I saw this...

Sure, not sure how this would or should work with the hardware support modules. But it seems like a reasonable idea. More packaging options are good. looking for volunteers :-P

SoapyNetSDR can be a good boilerplate, especially because it manually implements some socket code. There is also a driver guide: https://github.com/pothosware/SoapySDR/wiki/DriverGuide In regards to discovery, ideally there would be a...

Install the relevant project for your desired hardware. Example RTLSDR: https://github.com/pothosware/SoapyRTLSDR/wiki

This is really a job for https://github.com/myriadrf/LimeSuite/issues/ If there is a bound check issue in the driver, the maintainers should know about it