>I've been using SDRTrunk on Linux
Could I ask what distro you're using? I can't get this to work on Arch (I suspect it's because it's a mangled AUR package).
SDR
Debian with Oracle JAVA you need the rtl-sdr driver as well.
github.com
github.com
Thank you. I've been fighting with this for a few weeks.
They've added some gradle shit whereas before you could simply use ant to build. It's saying you need Oracle's JAVA JDK not SE. Kinda gay af which is why I'm looking for a non JAVA alternative.
I meant JRE not SE
I'm wondering if I should just install Skywave Linux? It seems to have a bunch of things preinstalled and they supposedly "work". I've dealt with the Java mess before, with other software, and it always seems to be a hassle.
git clone github.com
git clone github.com
cd sdrtrunk && ./gradlew clean buildSdr
cd ../jmbe && ./gradlew build
cp build/libs/* ../sdrtrunk/build/libs/
cd ../sdrtrunk/build/libs
java -jar sdr*
Thanks.You're a good man, user.