This repository contains the source code for an air traffic control system developed as a university project. The system is designed to manage the movement of aircraft in a simulated airspace, ensuring safe and efficient operations.
SkyNavigator.mp4
- Real-time aircraft tracking: The system tracks the position and altitude of each aircraft in the airspace.
- Conflict detection and resolution: The system identifies potential conflicts between aircraft and provides instructions to avoid them.
- Route planning and optimization: The system calculates optimal routes for aircraft to minimize delays and fuel consumption.
- Data visualization: The system provides a graphical interface for controllers to visualize the airspace and aircraft movements.
The system is built using the following technologies:
- Java
- Spring Boot
- Spring Data JPA
- MySQL
- HTML
- CSS
- JavaScript
To run the system, you will need to:
- Clone the repository.
- Install the required dependencies.
- Start the MySQL database.
- Run the Spring Boot application.