This is a Java library that decodes Mode-S Beast messages containing Mode S/ADS-B information.
The decoder is primarily a Java port of the C# code in Virtual Radar Server.
You can get it from Maven Central as [com.lemondronor/modesbeast 0.0.1]
.
To run unit tests & check code style:
gradle check
To publish to OSSRH/Central Repository:
gradle uploadArchives