nmaster2042

Results 82 comments of nmaster2042

Hi. There is some other softwares that support SoapySDR. Here is what I found: - rtl_433: https://github.com/merbanan/rtl_433 - welle.io: https://www.welle.io/

I forgot sdrangel SDR software https://github.com/f4exb/sdrangel It now has SoapySDR support.

I found another SDR program that now supports SoapySDR: LinHPSDR https://github.com/g0orx/linhpsdr It seems to support transmit and receive but I didn't tryed it.

A new receive app get added SoapySDR support: QUISK http://james.ahlstrom.name/quisk/

A signal analyzer app that support SoapySDR: SigDigger https://github.com/BatchDrake/SigDigger

A new SDR software with SoapySDR support: SDR++: https://github.com/AlexandreRouma/SDRPlusPlus

Same issue here. How to solve this ?

I think it only removes the ability to power on the pi at a defined hour. To be checked and confirmed.

Yes, it's what I made in the sh script to get dependencies installed on my system: I replaced qt5-default by packages mentioned in the link I posted. But the build...

I changed ci-linux-build, adding conditional block for install packages instead of qt5-default. I had to make some conditional blocks too when packages are built (dependencies to replace qt5-default by qtbase5-dev...