Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 997 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 997 Bytes

CPU scheduling app - common source code

This is the shared code source used by the Electron and web apps.

Screenshot of the Electron app

Synopsis

This app allows to easily configure and plot processes using the following scheduling algorithms:

The codebase is modular and well-documented, more scheduling algorithms can be easily added.

NOTE: since this was an university project, the app is currently only in Italian.

Building and packaging

This repository only holds the shared codebase between the two repositories. Please checkout the Electron app and the web app.