{"id":18546787,"url":"https://github.com/miselico/discrete-time-simulator","last_synced_at":"2025-05-15T07:09:41.507Z","repository":{"id":20676020,"uuid":"23958890","full_name":"miselico/discrete-time-simulator","owner":"miselico","description":"This is a work in progress discrete time simulator written in Go ","archived":false,"fork":false,"pushed_at":"2014-09-12T20:49:57.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T09:34:16.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miselico.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-12T12:00:09.000Z","updated_at":"2014-09-12T12:41:33.000Z","dependencies_parsed_at":"2022-07-21T20:18:08.670Z","dependency_job_id":null,"html_url":"https://github.com/miselico/discrete-time-simulator","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/miselico%2Fdiscrete-time-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miselico%2Fdiscrete-time-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miselico%2Fdiscrete-time-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miselico%2Fdiscrete-time-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miselico","download_url":"https://codeload.github.com/miselico/discrete-time-simulator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292042,"owners_count":22046426,"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":[],"created_at":"2024-11-06T20:26:57.824Z","updated_at":"2025-05-15T07:09:36.498Z","avatar_url":"https://github.com/miselico.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"discrete-time-simulator\n=======================\n\nThis is a work in progress discrete time simulator written in Go.\n\n:warning: **The code is not usable in its current state** :warning:\n\n\nThe following are general ideas for the design:\n\n* There is a global clock, which increments with the time needed till the next event\n* The active components in the system are processes\n* Processes can communicate with each other trough named queues\n    * a send and receive on a queue can have a time-out\n    * a queueu has a maximum size\n* Processes only perceive relative time (no knowledge about absolute time)\n* Processes are run in separate go routines\n* All actions preformed are logged\n\nProcesses can\n\n* Post new events to the system\n* Perform actions which take a reported amount of time \n  * The time for the action is what is reported, not how long the simulation took.\n* Sleep\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiselico%2Fdiscrete-time-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiselico%2Fdiscrete-time-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiselico%2Fdiscrete-time-simulator/lists"}