Fork me on GitHub

About SBS Toolkit

This is a Java toolkit that manage messages Mode S ADS-B aircraft data. Automatic dependent surveillance-broadcast (ADS-B) is a cooperative surveillance technology for tracking aircraft. The aircraft determines its own position via GNSS and periodically broadcasts this via a radio frequency (reference http://en.wikipedia.org/wiki/ADS-B ).

Project Modules

This project has declared the following modules:

Name Description
SBS Toolkit :: SBS1 Parser Ascii This format has become a semi-standard way of sending ADS-B data. I use as specification the documentation of protocol at http://www.homepages.mcb.net/bones/SBS/Article/Barebones42_Socket_Data.htm
SBS Toolkit :: SBS1 Socket Services OSGI Modules used to read a specific tcp port (default 30003) and parse the information in according of configurated SBS1-Parser ( default is SBS1 ascii format) and the configured listener (default java.util.logging SBS1Observer implementation)