Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 642 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 642 Bytes

SP-PIFO

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/

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.