Skip to main content

See what's flying above you - live aircraft radar for your terminal

Project description

TermRadar

See what's flying above you - without leaving your terminal.

TermRadar live demo

TermRadar is a lightweight live aircraft radar for developers, programmers, and aviation enthusiasts.

You're coding, you hear an aircraft overhead, or spot something from the window. Instead of opening a browser or reaching for a flight-tracking app, open a terminal and run:

termradar

You get a live radar centered on your location: nearby callsigns, distance, bearing, speed, altitude, and route info when available. Use it for the quick answer, then jump to another tracker when you want deeper details.

One radar engine. Multiple displays.

The core is display-agnostic. Today: a polished terminal UI. Planned: Raspberry Pi fullscreen and small displays.

Quick start

pip install termradar
termradar

From source:

git clone https://github.com/rusty3699/termradar.git
cd termradar
python3 -m venv .venv
source .venv/bin/activate   # Windows: .venv\Scripts\activate
pip install -e .
termradar

First run: enter a location, pick a geocoding result, set radius and refresh. Later runs reuse saved settings. Press Ctrl+C to exit.

Config: ~/.config/termradar/config.toml on Linux (platformdirs on macOS and Windows — see ARCHITECTURE.md).

What you get

Available now Planned
Live terminal radar (default 5 s refresh) Raspberry Pi fullscreen display
Numbered radar markers + top-five nearby list OLED / e-paper displays
Closest-aircraft detail panel Local ADS-B receivers
adsb.lol live aircraft (default) Alerts and notifications
ADSBDB route/airline enrichment Web UI
Nominatim geocoding, local timezone
OpenSky via --aircraft-provider opensky

Requirements: Python 3.11+, network access. Works on Linux, macOS, Windows, and Raspberry Pi.

Usage

termradar --location "Andheri, Mumbai"  # temporary location (this run only)
termradar --radius 25                   # search radius in km
termradar --refresh 10                  # refresh interval (min 5 s)
termradar --aircraft-provider opensky   # OpenSky instead of adsb.lol
termradar --enrichment-limit 10         # max aircraft to enrich per scan
termradar --reset-location              # re-run setup
termradar --version
termradar --help
Setting Default Allowed
Refresh 5 s 5-300 s
Radius 15 km 1-250 km
Aircraft source adsb.lol adsblol or opensky
Enrichment 10 nearest --enrichment-limit

Provider details and internal limits: docs/DATA_PROVIDERS.md

How it works

each refresh (every 5 s by default):
  1. Fetch aircraft near you          → adsb.lol
  2. Distance and bearing from you
  3. Enrich nearest (cache miss only) → ADSBDB
  4. Draw radar + aircraft panels

setup only (not each refresh):
  Geocoding → Nominatim

Data sources: adsb.lol (aircraft), ADSBDB (routes/airlines), Nominatim (geocoding)

Documentation

Doc What it covers
CHANGELOG.md Release history
ARCHITECTURE.md Design, UI layout, code boundaries
DATA_PROVIDERS.md APIs, internal limits, caching
ROADMAP.md What's next
DEVELOPMENT.md Tests, lint, packaging

License

MIT - see LICENSE.


Made with <3 Anish

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

termradar-0.3.0.tar.gz (210.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

termradar-0.3.0-py3-none-any.whl (35.5 kB view details)

Uploaded Python 3

File details

Details for the file termradar-0.3.0.tar.gz.

File metadata

  • Download URL: termradar-0.3.0.tar.gz
  • Upload date:
  • Size: 210.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for termradar-0.3.0.tar.gz
Algorithm Hash digest
SHA256 4e33e19e10aedb35caef1a2d63e2c5ed27da5b280b6ba50bfab46610d1192365
MD5 d016df8dc5377999a14a2d28d5024a09
BLAKE2b-256 40bb8bdd1ea6334bfeb6ac554fd875234ca4e4c17cea23469c79bfd7b60d8b29

See more details on using hashes here.

File details

Details for the file termradar-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: termradar-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 35.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for termradar-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4e66997f705e1e1bc756afc7554448bf77eb63ef7b79d0e8863dd9b0a90ba7dc
MD5 f826867ca433adcd26e3c90a38052e9c
BLAKE2b-256 b1c21b6c0c0daf710158238d146fcf10b0648b3a8e6993c7150c13cc077127bb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page