Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.
/ beastdecoder Public archive

This is my effort to create a BEAST protocol decoder, that will decode ADS-B/Mode-S data in BEAST protocol frames.

License

Notifications You must be signed in to change notification settings

mikenye/beastdecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beastdecoder

This is my effort to create a BEAST protocol decoder, that will decode ADS-B/Mode-S data in BEAST protocol frames.

This is a work in progress, and has bugs! Use at your own risk.

Running

# go mod tidy
# go run ./... --connect beasthost:30005 -lat -33.33333 -lon 111.11111 --webview 0.0.0.0:8888

Replacing:

  • beasthost:30005 to a host/port that provides BEAST data.
  • Lat/Long of your receiver.
  • IP:Port to listen on for webviw

Once started, connect to the webview IP/port to see the vessels being tracked.

About

This is my effort to create a BEAST protocol decoder, that will decode ADS-B/Mode-S data in BEAST protocol frames.

Resources

License

Stars

Watchers

Forks