{"id":20402425,"url":"https://github.com/vicentebolea/scheduling-simulator","last_synced_at":"2025-07-20T20:32:49.476Z","repository":{"id":22086996,"uuid":"92285436","full_name":"vicentebolea/scheduling-simulator","owner":"vicentebolea","description":"It's a scheduling simulator","archived":false,"fork":false,"pushed_at":"2022-01-04T22:54:12.000Z","size":459,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T14:23:58.081Z","etag":null,"topics":["assignment","autotools","operating-systems","scheduler","scheduling-simulator","simulator"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vicentebolea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-24T11:34:34.000Z","updated_at":"2022-01-04T22:54:15.000Z","dependencies_parsed_at":"2022-08-07T10:15:20.930Z","dependency_job_id":null,"html_url":"https://github.com/vicentebolea/scheduling-simulator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vicentebolea/scheduling-simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicentebolea%2Fscheduling-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicentebolea%2Fscheduling-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicentebolea%2Fscheduling-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicentebolea%2Fscheduling-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vicentebolea","download_url":"https://codeload.github.com/vicentebolea/scheduling-simulator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicentebolea%2Fscheduling-simulator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266194211,"owners_count":23890955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assignment","autotools","operating-systems","scheduler","scheduling-simulator","simulator"],"created_at":"2024-11-15T04:54:13.035Z","updated_at":"2025-07-20T20:32:49.457Z","avatar_url":"https://github.com/vicentebolea.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"SCHEDULING SIMULATOR\n====================\nScheduling simulator is a Advanced Operating System assignment which requires to implement a simulator of different \nscheduling algorithm. \n\nCurrent supported scheduler:\n - Short job first.\n - Round Robin.\n - Rate monotonic.\n - Earliest deadline first.\n - Lottery scheduling.\n\n## How to build it?\n### Dependencies\n#### For developers\n- Autotools suite.\n- Python3 with yaml module (For integration tests).\n\n#### For users\n- UNIX plataform.\n- C++ compiler with c++14 support.\n\n### Building it\nThe project uses Autotools. Thus, the building steps are the common three steps to build:\n```\n#Download the tar ball from Github.\nwget https://github.com/vicentebolea/scheduling-simulator/releases/download/v0.0.2/scheduling-simulator-0.0.2.tar.gz\n\n#untar\ntar xf scheduling-simulator-0.0.2.tar.gz\n\n# configure the project\ncd scheduler..\n./configure --prefix `pwd`/build\n\n# Optional, check the unit tests\nmake check\n\n# Compile and install it\nmake install\n\n```\n## How to run it?\nThe binary called `scheduler_sim` will be installed in the `prefix/bin` folder.\nHere are the different options that `scheduler_sim` supports:\n\n```\nsimulator_sim -s SCHEDULER [OPS] -i FILE\n    -s SCHEDULER: SJF,RR,RM,EDF,LT\n    -i FILE:      If file is -, it will read the input from stdin\n    [OPS]: \n      -q #:         Quantum (For RR and LT).\n      -e #:         Ending time (For RM and EDF).\n      -f:           For LT to use most probable proccess.\n```\n\n## CONTRIBUTION\n- [License](LICENSE)\n- [Authors](AUTHORS.md)\n- [Contribute](CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicentebolea%2Fscheduling-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvicentebolea%2Fscheduling-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicentebolea%2Fscheduling-simulator/lists"}