#analysis #lib

rta-for-fps-lib

An Implementation of the paper 'Response Time Analysis for Fixed Priority Servers' by Hamann et al

3 unstable releases

0.2.0 Jul 23, 2021
0.1.1 Jul 12, 2021
0.1.0 Jul 12, 2021

#2098 in Algorithms

Download history 12/week @ 2023-10-31 8/week @ 2023-11-07 9/week @ 2023-11-14 15/week @ 2023-11-21 19/week @ 2023-11-28 6/week @ 2023-12-05 9/week @ 2023-12-12 8/week @ 2023-12-19 14/week @ 2023-12-26 7/week @ 2024-01-02 8/week @ 2024-01-09 8/week @ 2024-01-16 8/week @ 2024-01-23 10/week @ 2024-01-30 11/week @ 2024-02-06 32/week @ 2024-02-13

62 downloads per month
Used in 2 crates

MIT/Apache

120KB
2.5K SLoC

Response Time Analysis for Fixed Priority Servers implemented in Rust

This Project is an implementation of the paper Response Time Analysis for Fixed Priority Servers by Hamann et al. written in Rust.

The Project consists of three parts

  1. rta-for-fps-lib containing a library with the paper implementation
  2. rta-for-fps-latex-lib a library to help with generation latex diagrams from the output of the main library
  3. rta-for-fps-latex-gen an example usage of both libraries recreating a few of the papers figures

The goal behind this project is a better understanding of said paper as preparation for writing a seminar paper.

The implementation tries to reference the paper where practical and improve on it with type safety. The examples in the paper are incorporated as tests where possible.

crate crates.io docs.rs
rta-for-fps-lib crates.io version badge docs.rs
rta-for-fps-latex-lib crates.io version badge docs.rs
rta-for-fps-latex-gen crates.io version badge not a library

No runtime deps