Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.63 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.63 KB

RealTimeScheduling

Stable Dev Build Status Documentation Status codecov

Real-time systems modeling and schedulability analysis

Logo

This package aims to provide useful tools for writing schedulability studies with Julia. It provides basic functionality for schedulability testing, response time analysis, schedule simulation, and schedule plotting. It is inspired by SchedCAT by Björn Brandenburg, but is not a direct port since Julia isn't Python. 😉

Note To Researchers

To foster more research collaboration, and enable broader code reuse, you are encouraged to submit your high-quality research code using this package to the RealTimeScheduling.Papers submodule. If your code is very broadly applicable (e.g. new schedulability analysis for GEDF), then we would welcome it directly to the RealTimeScheduling package instead.