Please sign in to access this page

Plen - Flight Tracking

Plen - Flight Tracking

2 devlogs
11h 45m
Created by Cyteon

The ultimate flight tracking android application, featuring advanced searching, and a live map of 9000+ aircraft

Timeline

Added the following:
- A map of all live flights (does not include transoceanic ones due to some data source issues)
- Pressing a plane on the live map shows a bunch of info about it

The reason this took so long is that i initially used leaflet which was buggy af, then tried mapbox-gl for a while but paid, then ended up going with openlayers. As there isnt a lot of info on this about svelte, it took me a while.

This time also includes improvements on the api side, such as adding more data to the flight routes, etc

Update attachment

This is the inital devlog as i first decided to include this now.
It includes the backend api, and tauri w/ svelte mobile app

The backend has apis to fetch airlines, aircraft registrations, airports, callsigns (aka routes usually). And it also has auth; and a api giving all live flights and a endpoint to search all data, only for the app, not for public use.

The mobile app rn only has search, but im working on adding the live map rn

Update attachment