Skip to content

Visualize effects of the Earliest Deadline First (EDF) scheduling algorithm on a graph

License

Notifications You must be signed in to change notification settings

Spynacz/edf-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDF visualizer

EDF Visualizer is an application designed to visualize effects of the Earliest Deadline First (EDF) scheduling algorithm. It works in a client-server architecture, where the client sends tasks to be scheduled to the server and the server sends back a list of timeframes containing scheduled tasks.

Server communicates with an SQLite database using JDBC to store information about users and their tasks. After logging in, a user sees a list of all their saved tasks, and can add or remove them, as well as schedule added tasks for a specified number of timeframes.

Client interface

client

About

Visualize effects of the Earliest Deadline First (EDF) scheduling algorithm on a graph

Resources

License

Stars

Watchers

Forks