{"id":51109411,"url":"https://github.com/dhunanyan/highway-network","last_synced_at":"2026-06-24T16:02:17.794Z","repository":{"id":358852127,"uuid":"1243358305","full_name":"dhunanyan/highway-network","owner":"dhunanyan","description":"Concurrent highway toll-network simulator in C using processes, threads, IPC, shared memory, semaphores, and signals.","archived":false,"fork":false,"pushed_at":"2026-06-18T16:42:58.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-18T17:20:41.378Z","etag":null,"topics":["c","concurrency","ipc","message-queues","multiprocessing","multithreading","operating-systems","pipes","posix","semaphores","shared-memory","signals","simulation","systems-programming","university-project"],"latest_commit_sha":null,"homepage":"https://dhunanyan.com","language":"JavaScript","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/dhunanyan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-19T09:12:34.000Z","updated_at":"2026-06-18T16:43:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dhunanyan/highway-network","commit_stats":null,"previous_names":["dhunanyan/highway-network"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dhunanyan/highway-network","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhunanyan%2Fhighway-network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhunanyan%2Fhighway-network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhunanyan%2Fhighway-network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhunanyan%2Fhighway-network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhunanyan","download_url":"https://codeload.github.com/dhunanyan/highway-network/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhunanyan%2Fhighway-network/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34739426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c","concurrency","ipc","message-queues","multiprocessing","multithreading","operating-systems","pipes","posix","semaphores","shared-memory","signals","simulation","systems-programming","university-project"],"created_at":"2026-06-24T16:02:16.780Z","updated_at":"2026-06-24T16:02:17.789Z","avatar_url":"https://github.com/dhunanyan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Highway Network\n\nLocal machine highway toll-network simulator with shared live state.\n\n\u003cp align = \"center\"\u003e\n  \u003cimg src=\"./docs/logo.png\" alt=\"Logo\" width=\"300\" /\u003e\n\u003c/p\u003e\n\n## Components\n\n- `simulatord` (C): single source of truth for simulation state.\n- `CLI monitor` (C): terminal client connected to daemon.\n- `GUI app` (Electron): desktop visual client connected to daemon.\n\n## Documentation\n\n- [End User Guide](./docs/end-user-guide.md): detailed GUI guide, CLI guide, and class-topic mapping.\n\n- [End User Guide (Polish Version)](./docs/end-user-guide-pl.md): detailed GUI guide, CLI guide, and class-topic mapping.\n\n## Run\n\n1. Build:\n\n```bash\nmake build\n```\n\n2. Start daemon (terminal 1):\n\n```bash\nmake run-simulator\n```\n\n3. Start CLI monitor (terminal 2):\n\n```bash\nmake run-cli\n```\n\n4. Start GUI (terminal 3):\n\n```bash\ncd apps/gui\nnpm start\n```\n\nNow both CLI and GUI interact with the same live state.\n\n## Socket Protocol\n\nUNIX socket: `build/highway-network.sock`\n\nCommands:\n\n- `STATE`\n- `TICK \u003cn\u003e`\n- `RESET`\n- `QUIT`\n\nResponse: single-line JSON snapshot.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhunanyan%2Fhighway-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhunanyan%2Fhighway-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhunanyan%2Fhighway-network/lists"}