Skip to content

Software to receive ADS-B data in SBS-1 format from the wire, parse, analyze and upload to a web service

License

Notifications You must be signed in to change notification settings

8kdata/adsb-sbs1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADS-B SBS-1 software

Java software that reads ADS-B information in SBS-1 format from the wire (usually, port 30003). The software performs:

  • Socket I/O
  • Decode the CSV format
  • Analyze and split into its own messages
  • Decide which messages are superfluous and filter them out
  • Stage and buffer messages to be sent and persist them for crash safety
  • Bundle after a timeout some messages together and send to a designed web service

About

Software to receive ADS-B data in SBS-1 format from the wire, parse, analyze and upload to a web service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages