{"id":16146869,"url":"https://github.com/karmakamikaze/fcds","last_synced_at":"2025-03-18T18:31:13.360Z","repository":{"id":51149712,"uuid":"334954070","full_name":"KarmaKamikaze/FCDS","owner":"KarmaKamikaze","description":"This program is designed to simulate the effect of adding idle zones to a food courier delivery service.","archived":false,"fork":false,"pushed_at":"2021-05-21T08:03:37.000Z","size":6056,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T22:43:57.260Z","etag":null,"topics":["astar","bfs","courier-management","dijkstra","pathfinding","simulation","website"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KarmaKamikaze.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":"2021-02-01T13:11:12.000Z","updated_at":"2025-03-14T21:35:30.000Z","dependencies_parsed_at":"2022-09-04T19:32:27.292Z","dependency_job_id":null,"html_url":"https://github.com/KarmaKamikaze/FCDS","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarmaKamikaze%2FFCDS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarmaKamikaze%2FFCDS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarmaKamikaze%2FFCDS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarmaKamikaze%2FFCDS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarmaKamikaze","download_url":"https://codeload.github.com/KarmaKamikaze/FCDS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244281213,"owners_count":20427801,"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":["astar","bfs","courier-management","dijkstra","pathfinding","simulation","website"],"created_at":"2024-10-10T00:22:18.426Z","updated_at":"2025-03-18T18:31:12.418Z","avatar_url":"https://github.com/KarmaKamikaze.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FCDS (Food Courier Distribution Simulation)\n\nThis program is designed to simulate the effect of adding idle zones to a food courier delivery service.\nThe software is developed by the P2-Project SW2 B2-14 team.\n\n\u003c!-- GETTING STARTED --\u003e\n ## Getting Started\n \n To get a local copy up and running, follow these steps. \n \n ### Installation \n\n 1. Clone the repository\n\n```sh\ngit clone https://github.com/KarmaKamikaze/FCDS.git\n```\n\n 2. Navigate to the root folder and run `npm install` to install all dependencies\n```sh\nnpm install\n```\n\n 3. While in the root folder, start the server by running `index.js` with `NodeJS`\n```sh\nnode node/index.js\n```\n\n 4. The site can be visited in a browser at the address `localhost:3190`\n\n```sh\nhttp://localhost:3190/\n```\n\n### Using the program\n\n 1. **Graph visualization**\n\nIn graph visualization mode, the simulation runs visually and is updated in real-time.\nThis mode does not provide as much in-depth statistics, but the behaviour of couriers, idle zone generation etc. can be studied closely.\n\n`Number of graphs:` The amount of simulations to show and run simultaneously.\n\n`Graph size:` Specifies which of the graph presets to use (see [here](#graph-presets)).\n\n`Simulation algorithm:` Specifies which of the shortest-path algorithms to use.\n\n`Idle zones:` The maximum amount of idle zones to generate.\n\n`Order frequency:` The rate at which orders are generated in each restaurant.\n\n`Ticks per second:` The rate at which the simulation runs. 1 tick corresponds to one minute in simulation time.\n\n`Courier frequency:` The maximum amount of couriers to generate.\n\n`Obstruction level:` The number of edges to add random obstructions on (which affects the weight of an edge).\n\n\n 2. **Headless simulation**\n\nIn headless simulation mode, the visual aspect of the simulation is removed entirely.\nThis means that the simulation performs faster, and provides many useful statistics which are updated in real-time.\n\n### \u003ca name=\"#graph-presets\"\u003e\u003c/a\u003eGraph presets (and legend)\n\n![Graph presets](https://raw.githubusercontent.com/KarmaKamikaze/FCDS/master/.github/Graphs.png)\n![Graph legend](https://raw.githubusercontent.com/KarmaKamikaze/FCDS/master/node/PublicResources/html/legend.png)\n\n \u003c!-- LICENSE --\u003e\n ## License\n \n Distributed under the GNU General Public License v3.0 License. See `LICENSE` for more information. \n\n\n \u003c!-- CONTACT --\u003e \n ## Contact \n \n Project Link: [https://github.com/KarmaKamikaze/FCDS](https://github.com/KarmaKamikaze/FCDS)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarmakamikaze%2Ffcds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarmakamikaze%2Ffcds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarmakamikaze%2Ffcds/lists"}