alphafox02
alphafox02
Searching seems to point to the `error: ‘clamp’ is not a member of ‘std’` being related to it being C++17 exclusive and to "compile in that mode".
> Probably, since changes for this feature span SigDigger, Susan and SuWidgets. I haven't finished the review yet. El jue., 23 may. 2024 5:24, alphafox02 ***@***.***> escribió: > […](#) >...
Modifying the SigDigger.pro to CONFIG += c++1z allows me to build this PR. May need to account for this need on 22.04 or other systems.
With the change to the SigDigger.pro it builds without issue on 22.04 now with stock qt5. Just built it by changing blsd to pull dist-common from my fork of your...
You have an excellent point! I kept thinking about that and seeing how the file structure should be, but never fixed it. I’ll do something, maybe make it clear this...
Followed the guide, to include the link to the "hacky OOT", but ended up with this when running make. I'll have to try the CI build too. ``` /home/dragon/Downloads/sdrpp-tetra-demodulator/libosmocore/include/osmocom/core/mnl.h:7:10: fatal...
sudo apt-get install libmnl-dev liburing-dev Both were needed to build it. After those were installed, the module built.
Even if the signal can’t be decrypted, there’s still value in knowing it exists. If a drone signal is within range of your receiver, and you deploy additional receivers positioned...
Run this script on an x86_64 22.04 and you’ll have HeIMDALL etc. wget https://raw.githubusercontent.com/krakenrf/krakensdr_docs/main/install_scripts/krakensdr_x86_install_doa.sh sudo chmod +x krakensdr_x86_install_doa.sh ./krakensdr_x86_install_doa.sh I run it on the same system with SDRAngel.