Gisle Vanem

Results 133 comments of Gisle Vanem

On Windows? If yes, try to build with this [RTLSDR](https://github.com/old-dab/rtlsdr) library instead. It does not depend on the libusb junk.

> error: ‘airspy_list_devices’ was not declared It's [here](https://github.com/airspy/airspyone_host/blob/master/libairspy/src/airspy.h#L126). Why don't you update it? And fix the awful markdown formatting in your issue.

The `/include/codec2/version.h` is supposed to be generated from `/cmake/version.h.in` when building. But it's a small file that you can add with only this: ```c #ifndef CODEC2_VERSION_H #define CODEC2_VERSION_H #define CODEC2_VERSION_MAJOR...

> In regards to discovery, ideally there would be a way to discover devices on the network. And to return something > identifiable for each device, like an address or...

After creating a small test program for Afredi-SDR, it seems it's very similar to `RFSPACE_SDR_IQ` etc. So it would be much easier to extend *SoapyNetSDR* and [`radio_type`](https://github.com/pothosware/SoapyNetSDR/blob/master/SoapyNetSDR.hpp#L201) with a `AFREDI_SDR_NET`...

Closing as per above comment.

But trying this `netsdr` module in CubicSDR, it seems broken. And also in `SoapySDRUtil` it behaves strangely. E.g.: ``` SoapySDRUtil.exe --make=driver=sdrplay Make device driver=sdrplay driver=SDRplay hardware=RSP1A mir_sdr_api_version=2.130000 mir_sdr_hw_version=255 serial=1803049E94 ```...

> After removal of soapysdr module, Sdr++ does not crash anymore. I've seen this too where it crashes in libusb. Probably an issue with 2 modules competing for the same...

> `$env:LIBUSB_DEBUG = 3` Not sure that's legal PWSH-syntax. Try running in `cmd` instead; `set LIBUSB_DEBUG=3 & sdrpp.exe --con`. Not option `-s`.

Looks like you are out of heap-space in the waterfall-update. Turn it off.