Demo programs of real-time systems
Simulation of the trafic lights on the classic intersection.
More advanced control of the traffic lights from the previous example.
Simulation of the two elevators in an building.
Previous example with added features such as automatic forwarding of the idle elevator to the floors with most frequent calls.
Multiprocessing consumer-producer example.
Simulation of the process scheduler (rate monotonic priority assignment-RMPA, earliest deadline first-EDF, least laxity first-LLF, SCHED_FIFO and SCHED_RR)