Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mik3y/flightmon
Simple command-line "GUI" for showing current dump1090/readsb data
https://github.com/mik3y/flightmon
Last synced: 4 days ago
JSON representation
Simple command-line "GUI" for showing current dump1090/readsb data
- Host: GitHub
- URL: https://github.com/mik3y/flightmon
- Owner: mik3y
- License: mit
- Created: 2020-06-11T22:17:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T14:32:51.000Z (over 4 years ago)
- Last Synced: 2024-08-02T02:03:24.612Z (3 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 14
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-adsb - flightmon - Simple command-line "GUI" for showing current dump1090/readsb data. (Software / General)
README
# Flightmon
A command-line "GUI" for watching ADS-B output from a dump1090 daemon.
![Screenshot of Flightmon in action](https://user-images.githubusercontent.com/390829/84444664-48db3080-ac10-11ea-994c-3910e9f382fd.png)
Test on Mac OS X, Linux amd64, and Linux arm (e.g. Raspberry Pi).
## Usage
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)
```## Download
Head on over to the [releases page](https://github.com/mik3y/flightmon/releases) for pre-built binaries for Linux and Mac.
## Changelog
See [CHANGELOG.md](https://github.com/mik3y/flightmon/blob/master/CHANGELOG.md) for the latest changes.
## Contributing
Contributions welcome! Open an issue or a pull request if you've got ideas.