Replay Flight From Data Stored In A MySQL DB

Hello All,

I am trying to implement a feature that will allow me to replay data from a specific flight at a specific time. I am capturing all of the data I interested in and storing in a MySQL DB.

I want to be able to select a date/ time and see all of my captured traffic and also select one aircraft and display.

I am working with this: – GitHub - wiedehopf/tar1090: Provides an improved webinterface for use with ADS-B decoders readsb / dump1090-fa

Not worried about my SD card as I hosting on a small AMD64 machine using Debian 11 and a M.2 SSD. Looks like wiedehopfs has gone down this path, (thanks!), but I would prefer to pull the data directly from my DB if somebody has a simple idea of how to do it.

Thanks!

If you request the historical data of the flight you can get the log in kml or csv format.

Can then be imported into Google Earth.

That is one way but of course that is for one specific flight.

Geoff

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.