What's New
Added
- ADS-B historical playback — the ADS-B History page now has a Playback tab that lets you replay past traffic on an interactive map.
How it works:
- Go to
/adsb/historyand click ▶ Playback - Select a time window (15 min – 24 h) and bucket step (10 s – 5 min)
- Click Load — aircraft positions are fetched from the history database and grouped into time frames
- Hit ▶ Play to watch aircraft move across the map, or drag the scrubber to jump to any moment
Controls:
- Play/Pause
- Speed: 1× / 2× / 5× / 10× / 20×
- Time scrubber with start/end timestamps and current time display
- Aircraft count and frame count readouts
Requires the
historyDocker profile (docker compose --profile history up -d) orINTERCEPT_ADSB_HISTORY_ENABLED=truewith a Postgres database configured.
New API endpoint: GET /adsb/history/playback?since_minutes=60&bucket_seconds=30