Skip to content

jainkuniya/sporadic-server-graphical-visualization-in-real-time-system

Repository files navigation

Graphical Visualization of Sporadic Server in Real Time System

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

Setup

Ubuntu (Linux)

Setup Allegro 5

sudo add-apt-repository ppa:allegro/5.2
sudo apt-get update
sudo apt-get install liballegro5-dev

Run

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

Looks like this

PS: This code is written from scratch, complete commit history can be observer on Github

PS: Do not copy code :).

Some keywords

  • Sporadic Server
  • Simulation
  • Real Time Systems
  • Allegro
  • Thread
  • Mutex

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages