{"id":21188160,"url":"https://github.com/dev1an/robot-management-system","last_synced_at":"2026-01-02T00:42:52.427Z","repository":{"id":90135006,"uuid":"52610795","full_name":"Dev1an/Robot-Management-System","owner":"Dev1an","description":"Realtime CMS for robots","archived":false,"fork":false,"pushed_at":"2016-05-11T11:47:42.000Z","size":1172,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T13:09:31.926Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/Dev1an.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-26T14:45:30.000Z","updated_at":"2016-06-07T14:57:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"7de01513-f676-40c3-ad83-b9328f3229ea","html_url":"https://github.com/Dev1an/Robot-Management-System","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev1an%2FRobot-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev1an%2FRobot-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev1an%2FRobot-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev1an%2FRobot-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dev1an","download_url":"https://codeload.github.com/Dev1an/Robot-Management-System/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243640693,"owners_count":20323708,"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-20T18:42:51.514Z","updated_at":"2026-01-02T00:42:52.398Z","avatar_url":"https://github.com/Dev1an.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"A realtime web application that allows users to\n\n- View information about discovered robots in the network. The information contains\n  - It's current state\n  - What it has done in the past\n  - What it will do in the future\n- Send information to the robots to update it's configuration\n\n## Usage\n\n### Requirements\n\n- [RethinkDB](http://rethinkdb.com/docs/install/)\n  - Make sure your rethinkDB version is compatible with the version of the rethinkDB nodeJS driver (listed in `Web application/server/package.json` under dependencies).\n\n- [Meteor](https://www.meteor.com/install)\n- [Python](https://www.python.org/downloads/)\n\n### Database\nRun RethinkDB\n```sh\nmkdir Database\ncd Database\nrethinkdb\n```\n\nCreate two tables in the \"`test`\" database\n\n- `modules`\n  - add a secondary index: `uuid`\n- `events`\n  - add secondary indices:\n    - `sender_UUID`\n    - `timestamp`\n    - `type`\n\n### Web server\n\nInstall npm modules\n\n```shell\ncd \"Web application/server\"\nmeteor npm install\ncd ../client\nmeteor npm install\ncd ../\n```\n\nRun Meteor\n\n```sh\nmeteor --settings ../Configuration/webapplication.json\n```\n\n### Database mediator\n```sh\ncd \"Robot communication/python\"\npython RethinkdbMediator.py\n```\n\n### Robot simulator\n```sh\ncd \"Robot simulation/python\"\npython line_controller.py\n```\n\n```sh\ncd \"Robot simulation/python\"\npython thermo_former.py\n```\n\n### GUI\nOpen a browser and navigate to localhost:3000\n\n![Zyre events](Screenshots/Zyre-events.png)\n\n![Thermoformer-visualisation](Screenshots/Thermoformer-visualisation.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev1an%2Frobot-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev1an%2Frobot-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev1an%2Frobot-management-system/lists"}