Skip to content

v2.32.0 — ADS-B Historical Playback

Latest

Choose a tag to compare

@smittix smittix released this 07 Jul 12:05

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:

  1. Go to /adsb/history and click ▶ Playback
  2. Select a time window (15 min – 24 h) and bucket step (10 s – 5 min)
  3. Click Load — aircraft positions are fetched from the history database and grouped into time frames
  4. 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 history Docker profile (docker compose --profile history up -d) or INTERCEPT_ADSB_HISTORY_ENABLED=true with a Postgres database configured.

New API endpoint: GET /adsb/history/playback?since_minutes=60&bucket_seconds=30