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.
Displays airplane coordinates from both ADS-B and (passive) radar sources on an interactive map.
Utilizes the dump1090 application to receive and process ADS-B data.
Uses Hamlib software to configure and control your antenna rotator.
Simplifies deployment and depedency management of the application through Docker Compose.
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