Skip to content

An engine for simulating various real-time scheduling algorithms

Notifications You must be signed in to change notification settings

bakhshalipour/SHARTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SHARTS

This project provides a simulation framework, named SHARTS, for evaluating various real-time scheduling algorithms (e.g., EDF).

Numerous real-time scheduling algorithms are described in Buttazzo's book, and most of them are implemented in this simulator. Meanwhile, the source code can be easily extended to support further algorithms.

Two implementations are released for the simulator. While both are functionally the same, they target different operating systems. One implementation is coded in C# and is specific for Microsoft Windows. No GUI is supported for this version. Another one is coded in Java and targets Android and provides an opulent GUI.

Please refer to User's Manual for more information.

License

Copyright © 2014-2018 Mohammad Bakhshalipour

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
the GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see {http://www.gnu.org/licenses/}.

About

An engine for simulating various real-time scheduling algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published