Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 847 Bytes

File metadata and controls

17 lines (13 loc) · 847 Bytes

WingWatch is a Python-based aircraft tracking application that integrates ADS-B and radar data to provide real-time airplane location tracking and antenna rotator configuration.

Key Features:

Real-time Tracking

Displays airplane coordinates from both ADS-B and (passive) radar sources on an interactive map.

ADSB Data Reception

Utilizes the dump1090 application to receive and process ADS-B data.

Antenna Rotator Configuration

Uses Hamlib software to configure and control your antenna rotator.

Docker Compose Integration

Simplifies deployment and depedency management of the application through Docker Compose.

Instructions

To build and start the hardware integration application, run the command docker-compose up --build. To run the tracking software application execute uvicorn trackingapp.main:trackingapp --reload