A command-line "GUI" for watching ADS-B output from a dump1090 daemon.
Test on Mac OS X, Linux amd64, and Linux arm (e.g. Raspberry Pi).
To run it, just type flightmon
. Your terminal will be taken over with a lovely table based on the SBS1 data stream coming from localhost:30003
. You can specify a different host with --dump_host
.
Full usage instructions:
Usage flightmon:
-debug
Enable debug output
-dump_host string
dump1090 SBS1 stream address (required) (default "localhost:30003")
-max_age int
Stop showing aircraft older than this many seconds (default 60)
-show_ui
Enable the UI (default true)
Head on over to the releases page for pre-built binaries for Linux and Mac.
See CHANGELOG.md for the latest changes.
Contributions welcome! Open an issue or a pull request if you've got ideas.