| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-07 | 952 Bytes | |
| v2.32.0 -- ADS-B Historical Playback source code.tar.gz | 2026-07-07 | 42.4 MB | |
| v2.32.0 -- ADS-B Historical Playback source code.zip | 2026-07-07 | 42.7 MB | |
| Totals: 3 Items | 85.1 MB | 2 | |
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