This is a animation simulator of the packet scheduler SP-PIFO. This project can animate SP-PIFO's behavior with any rank distribution and any number of queues according to your demand.
You can try it online: https://chen622.github.io/SP-PIFO-Simulator/
npm install
npm run serve
npm run build
npm run lint