Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 714 Bytes

File metadata and controls

34 lines (24 loc) · 714 Bytes

Railway-Automated-Platform-Allocation-System

A simple railway automated platform allocation system written in C.

Overview

The system keeps track of platform availability status as well as the trains that are requesting for allocation of the platform.

Snapshots

  • Record Arrival

    Snapshot 1

  • Additional arrivals are saved in the allocation request list.

    Snapshot 2

  • Status of Platforms

    Snapshot 3

  • Allocation Request List

    Snapshot 4

  • Deallocation of Platform

    Snapshot 5

License

GNU AGPLv3