{"id":17384301,"url":"https://github.com/panagiks/mdes","last_synced_at":"2025-03-27T21:17:52.740Z","repository":{"id":57440409,"uuid":"78334643","full_name":"panagiks/MDES","owner":"panagiks","description":"MDES is a Modular Discrete Event Simulator written in Python.","archived":false,"fork":false,"pushed_at":"2018-06-24T19:15:44.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T01:16:20.242Z","etag":null,"topics":["discrete","event","python","queue","queueing","simulator"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/panagiks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-08T09:57:38.000Z","updated_at":"2023-12-11T04:39:53.000Z","dependencies_parsed_at":"2022-09-26T17:20:35.207Z","dependency_job_id":null,"html_url":"https://github.com/panagiks/MDES","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panagiks%2FMDES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panagiks%2FMDES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panagiks%2FMDES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panagiks%2FMDES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panagiks","download_url":"https://codeload.github.com/panagiks/MDES/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245924499,"owners_count":20694731,"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":["discrete","event","python","queue","queueing","simulator"],"created_at":"2024-10-16T07:45:05.616Z","updated_at":"2025-03-27T21:17:52.689Z","avatar_url":"https://github.com/panagiks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MDES\n\u003e MDES is a Modular Discrete Event Simulator written in Python.\n\n![MIT Licence](https://img.shields.io/badge/Licence-MIT_Licence-red.svg?style=plastic)\n[![Python 3.x](https://img.shields.io/badge/Python-3.x-yellow.svg?style=plastic)](https://www.python.org/)\n![v0.1.0](https://img.shields.io/badge/Release-v0.1.0-orange.svg?style=plastic)\n![Maintained](https://img.shields.io/badge/Maintained-Yes-green.svg?style=plastic)\n[![Twitter](https://img.shields.io/badge/Twitter-@Panagiks-blue.svg?style=plastic)](https://twitter.com/panagiks)\n\n## Features\n\n* Simulates an M/M/c/FIFO queuing system.\n* Object-Oriented and fully modular\n* Each component is easily swappable/replaceable\n* Logging system\n* Simulation progress tracking\n\n## Instalation\n\n```sh\npip install mdes\n```\n\n## Execution\n\n```sh\nmdes -c config.json\n```\n\n## Configuration\n\nThe Simulator is configurable via `config.json`. The following options are available:\n\n* processesNum    : The number of processes that the Simulator will execute for.\n* processesLambda : Theoretical mean inter-arrival time (1/λ).\n* processorsNum   : Number of Processors in the Simulator.\n* processorLambda : Theoretical mean proccess time (1/μ) of each processor.\n* logging         : Setting regarding logging. Follows `logging` package's stracture.\n\n## Todo\n\n- [ ] Simulate more Queuing models (besides M/M/c/FIFO)\n- [ ] Provide the ability to simulate complex/elaborate systems descriptively through config (long-term goal)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanagiks%2Fmdes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanagiks%2Fmdes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanagiks%2Fmdes/lists"}