A simulation of a city emergency dispatch system that handles various emergency calls from citizens, such as fires, accidents, or medical incidents. The system includes a central dispatcher that forwards the calls to the relevant departments such as ambulance, police, fire department, and others.
I made another version of this project for a STM32 Nucleo-144 F756ZG board. Check it out here: https://github.com/LeahShl/Free-RTOS-Emergency-Dispatch-STM32-F756ZG
This project is intended to be built and run on a Linux machine.
- Clone this repo
cd
into{path-to-where-you-cloned}/Free-RTOS-Emergency-Dispatch-Sim/FreeRTOS-main/FreeRTOS/Demo/Posix_GCC
- run
make
cd
into{path-to-where-you-cloned}/Free-RTOS-Emergency-Dispatch-Sim/FreeRTOS-main/FreeRTOS/Demo/Posix_GCC
- run
./build/posix_demo