Published this before but without an installer and it wasn’t really polished.
This version is much better.
This will provide you with a timelapse/history webinterface for dump1090-fa.
Reachable at your RPi address: http://ip-address.of.pi/timelapse/
This uses a small bash script to regularly copy the current aircraft.json.
Over time it creates an independent history of aircraft positions and data in memory.
This history is saved compressed to conserve memory and bandwidth for the accessing browser.
The data is overwritten after 24 hours.
(Can be changed, depending on browser this might already be stretching it)
In the top right you can find buttons to change the playback speed or jump forwards/backwards.
After installation, reboot, or changing the settings it will not have saved any data, this is normal, just wait a bit.
Some rudimentary configuration via configuration file: /etc/default/timelapse1090
After changing settings, restart timelapse1090: sudo systemctl restart timelapse1090
That’s normal, those chunks are not generated yet.
Not sure if i can somehow suppress those errors?
Edit: Google says no, nothing to be done about it.
I could of course somehow write the number of existing chunks in another file but i don’t think it’s too important.
Once the thing runs for length of hours you’ve set the history to, the errors will be gone.
I’ve added a few more buttons to change playback speed and jump around.
Also the settings in /etc/default/timelapse1090 are actually honored now, oops!
I’d be happy about any testers.
The CPU use on the Raspberry should be minimal.
Memory use should be no more than around 100 MB assuming default settings.
There is no live view.
It only loads the history which is only made current every 60 seconds or so.
(And the current history from the RPi is only loaded when you load the page.
So if you’ll have to refresh the complete page when you want to see something in the last 5 minutes and had the page open for 10 minutes already)
Not having any joy getting this to work. I installed it and set it running about 14 hours ago but all I get is the page setup and a spinner. Any suggestions?
Run the install again, it will fix a problem with the piaware 3.7.1 sd-card install.
(Discussed in more detail somewhere in the thread but nothing interesting)