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!