OSAVA is an application that allows users to visualize various Operating System algorithms.
OSAVA Android: https://play.google.com/store/apps/details?id=org.nsit.osava
OSAVA Windows: https://github.com/osava-nsit/osava/releases/latest
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.
-
Install Kivy - https://kivy.org/docs/gettingstarted/installation.html
-
Clone the repository
$ git clone https://github.com/osava-nsit/osava.git
- Run the app
$ python main.py
$ kivy main.py
- You can turn on DEBUG mode to run the app with test input data by updating the
DEBUG_MODE
flag incommon.py
.
See SCREENSHOTS.md.
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 uditara09@gmail.com or namratamukhija@gmail.com.
OSAVA is licensed under Apache 2.0 license. See LICENSE.md for more details.