Real-time Concurrent Elevator Controller

L5G4_MileStone_5

View the Project on GitHub darebalogun/elevator-controller

Real-time Concurrent Elevator Controller

This is an elevator controller that controls 4 independent elevator cars which serve 22 floors. The controller asynchronously listens for requests and processes those requests through each elevator car independently. This was exercise in grasping the complexities of real-time concurrent systems.

Group Members:

Set-up Instructions:

Screenshot of GUI

Source Files

FloorSubsystem.java:-

Scheduler.java:-

ElevatorSubSystem.java:-

Elevator.java:-

ElevatorSubSystemTest.java:-

ElevatorState.java:-

ElevatorTest.java:-

ElevatorButtons.java:-

InputEvent.java:-

Pair.java:-

InputEvents.txt:-

SYSC3303_FinalProjectReport:-