osava
osava copied to clipboard
An application to visualize different operating system algorithms.
:computer: OSAVA - Operating System Algorithms Visualization App
Table of Contents
- About
- Download
- Description
- Quick Start
- Screenshots
- License
About
OSAVA is an application that allows users to visualize various Operating System algorithms.
Download
OSAVA Android: https://play.google.com/store/apps/details?id=org.nsit.osava
OSAVA Windows: https://github.com/osava-nsit/osava/releases/latest
Description
The Operating System Algorithms Visualization App has been developed to help students learn the different types of algorithms used in operating systems. Standard versions of the algorithms, as given in Silberschatz et al. (2012), have been followed.
The different variants and all parameters of the algorithms have been considered. The visualizations follow the concepts and notations used in Silberschatz et al. (2012). The user interface of the app has been kept simple and interactive.
The application is available for both Desktop and Android.
Quick Start
-
Install Kivy - https://kivy.org/docs/gettingstarted/installation.html
-
Clone the repository
$ git clone https://github.com/osava-nsit/osava.git
- Run the app
Windows/Linux:
$ python main.py
MacOS:
$ kivy main.py
- You can turn on DEBUG mode to run the app with test input data by updating the
DEBUG_MODEflag incommon.py.
Screenshots
See SCREENSHOTS.md.
Developers
This project is developed and activetly maintained by Udit Arora, Namrata Mukhija, and Priyanka Singla. For any queries/questions or help, please drop an email to [email protected] or [email protected].
License
OSAVA is licensed under Apache 2.0 license. See LICENSE.md for more details.