Real-time systems modeling and schedulability analysis
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. 😉
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.