https://github.com/chakflying/flight-watcher
A Garmin Connect IQ application for viewing Flights around you.
https://github.com/chakflying/flight-watcher
Last synced: about 2 months ago
JSON representation
A Garmin Connect IQ application for viewing Flights around you.
- Host: GitHub
- URL: https://github.com/chakflying/flight-watcher
- Owner: chakflying
- Created: 2024-01-01T22:58:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-06T18:28:51.000Z (11 months ago)
- Last Synced: 2025-01-24T07:09:04.891Z (4 months ago)
- Language: Monkey C
- Homepage: https://apps.garmin.com/en-US/apps/9e5f8f12-0369-46af-bd50-dbbfdcddcc55#0
- Size: 1.62 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-garmin - flight-watcher
README
# Flight Watcher

A Garmin Connect IQ application for round smart watches.
## Features
- Collect ADS-B data from API and display in a radar view.
- Tap on a radar track to display detailed track information.
- radar screen rotates with the device's compass orientation.
- Aircraft location is displayed using [Azimuthal Equidistant Projection](https://en.wikipedia.org/wiki/Azimuthal_equidistant_projection) centered on user's current location, so distances should be more reliable.## Supported APIs
- [ADS-B Exchange](https://www.adsbexchange.com)
- [FlightAware AeroAPI](https://www.flightaware.com/aeroapi/portal/documentation#get-/flights/search)
- [OpenSky Network](https://opensky-network.org/)