- Published on
Introducing Real-time System Scheduling and Visulazation App
- Authors
- Name
- Teddy Xinyuan Chen
https://rts-edf-dbf-gradio-lite.teddysc.me/
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.