rigexpert / SoapyFobosSDR

Soapy SDR plugin for Fobos SDR
GNU Lesser General Public License v2.1
1 stars 2 forks source link

Antenna and Streaming modifications #5

Open alphafox02 opened 2 weeks ago

alphafox02 commented 2 weeks ago

Received and began working with the FobosSDR yesterday. In 22.04 with Soapy 8.x I observed the following.

CubicSDR was unable to load due to it saying what (): setAntenna() not supported

In the case of SigDigger I would just get a segmentation fault.

I performed the following "hacks" that are probably not the best solution, but due allow the FobosSDR to be used with CubicSDR and SigDigger. The changes I made to the Streaming.cpp file was necessary to allow both CubicSDR and SigDigger to receive and utilize the stream. Again, probably needs more work to have the FobosSDR soapy module operate like it should.

Have a look at the two commits. I didn't do a PR cause it's probably not the best way to go about solving the issues. https://github.com/alphafox02/SoapyFobosSDR/commits/dragonos_testing/

alphafox02 commented 2 weeks ago

I'm not on windows and I have no idea what's inside the dll/exe you're hosting on mega. Appreciate the offer, but I'd suggest providing the source for the fix as anything else would seem pretty suspicious.