Skip to content

This is a system of flight management in an airport using a java client/server network model for its implementation

Notifications You must be signed in to change notification settings

sophynez/airport-flight-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flights management in an airport using one server and multiple clients architecture using sockets in Java.


  • Server : control tower
  • clients : Airplanes
  • An airplane is assigned to a flight
  • The server handles and treats the requests from multiple clients

Control tower:

  • Registration flights

  • Treats sates of airplane :

    • actif
    • standby
    • idle
    • broken
  • Airplane routing

    • status and posiiton of the planes in real time
    • radar display
    • use shortest path algorithm for planes rajectory

    2

Radar display of flights

States of an airplane :

  • Red : broken (crash)
  • Yellow : in danger either because of lack of fuel or potential collision with other plane
  • Green : actif and safe

Monitoring dashboard of flights, aiplanes and their states IRT

About

This is a system of flight management in an airport using a java client/server network model for its implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages