A cross-platform java application for decoding, monitoring, recording and streaming trunked mobile and related radio protocols using Software Defined Radios (SDR).
Figure 1: sdrtrunk Version 0.3.0 Application Screenshot
If you simply want to download and run the program, please follow these instructions.
All release versions of sdrtrunk are available from the releases tab.
(final) These versions have been tested and are the current release version.
(beta) These versions are currently being tested for bugs and functionality.
Either double-click on the downloaded file (if supported on your operating system) or open a terminal/command window and change to the directory where you downloaded the release file and type:
java -jar downloaded-jar-filename
Note: replace downloaded-jar-filename with the actual name of the sdrtrunk release version that you downloaded
If you're using sdrtrunk with a P25 trunked radio system, the JMBE wiki page contains instructions for downloading the JMBE audio library source code and compiling the JMBE library. Copy the resulting JMBE audio library jar file to the same folder containing the sdrtrunk application to use the library with sdrtrunk.
If you're interested in modifying and/or compiling the source code, please follow these instructions to use gradle to compile the code.
sdrtrunk uses gradle as the build system. You can build it with locally installed gradle or if you do not have/want to install gradle you can use preconfigured linux/windows wrapper.
gradle clean buildSdr
Linux
./gradlew clean buildSdr
Windows
gradle.bat clean buildSdr
This would add gradle, download all project dependencies and build JAR
All dependencies/versions are controlled from build.gradle. To change the new release version tag of artifact - change property:
version = '0.3.2'
SDRTrunk is packed into single uber-jar file. There is need to have folders with dependencies and adding them with classpath. Just run with java.
java -jar build/libs/sdr-trunk-all-0.3.2.jar