This project is made to visualize graphically, how periodic and aperiodic tasks are executed in Sporadic Server under fixed priority servers.
Here is the project video: https://www.youtube.com/watch?v=Uk_JrIUiWAw
Read more about Sporadic Server here (page 160).
Follow me on twitter for more updates: https://twitter.com/jainkuniya
sudo add-apt-repository ppa:allegro/5.2
sudo apt-get update
sudo apt-get install liballegro5-dev
git clone https://github.com/jainkuniya/sporadic-server-graphical-visualization-in-real-time-system
cd sporadic-server-graphical-visualization-in-real-time-system
g++ processscheduling.cpp -lallegro_primitives -lallegro -lpthread -lallegro_font -lallegro_ttf
./a.out
PS: This code is written from scratch, complete commit history can be observer on Github
PS: Do not copy code :).
- Sporadic Server
- Simulation
- Real Time Systems
- Allegro
- Thread
- Mutex