Published on

Introducing Real-time System Scheduling and Visulazation App

Authors
  • avatar
    Name
    Teddy Xinyuan Chen
    Twitter

https://rts-edf-dbf-gradio-lite.teddysc.me/

Covering earliest-deadline-first, demand bound function and friends! | Color is off so I had to invert the colors, it's one of Gradio Lite's issues.
Calculates lots of things for you
Table of Contents

Why?

I took the Real-time Systems course (as mentioned here) at NCSU and this helped me a lot in the homework.

Technical Details

Powered by Gradio Lite (Pyodide, WASM, runs entirely in your browser; entire app's source code is in a single HTML file.)

The downside of Pyodide is that everytime you reload the page, the browser needs to re-install every Python packages (such as matplotlib for plotting) specified by me.

I have other server-backed instances, but they're not publicly available at this moment.