Skip to content

farfanoide/simuladorHDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk Scheduling Simulator

pymulator in action

This is a simulator written in Python 2.7 using Kivy Framework.

It allows the user to simulate a 512 tracks hdd, and compare the perfomance of different scheduling algorithms.

Dependencies:

How to use it:

Open a terminal

$ git clone https://github.com/farfanoide/simuladorHDD
$ cd simuladorHDD
$ cp settings/pymulator.ini{.example,}
$ python main.py # on a Mac change this to: $ kivy main.py

Windows Users:

Setup the simulator with the config screen (shortcut: F1) and go to the graphics screen to see the results.

Contributing:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

See the LICENSE.

Docstring conventions used

About

simulador hdd para python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages