Skip to content

Ratfink/RealTimeScheduling.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.