{"id":44332414,"url":"https://github.com/bringauto/mission-module-display-tool","last_synced_at":"2026-02-11T10:10:01.484Z","repository":{"id":283677995,"uuid":"818247802","full_name":"bringauto/mission-module-display-tool","owner":"bringauto","description":"Simple http server for displaying state of vehicles from mission module. Connects to fleet http api","archived":false,"fork":false,"pushed_at":"2025-03-21T13:33:32.000Z","size":54,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T14:40:01.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/bringauto.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-21T12:21:56.000Z","updated_at":"2024-07-03T11:14:37.000Z","dependencies_parsed_at":"2025-03-21T14:55:30.050Z","dependency_job_id":null,"html_url":"https://github.com/bringauto/mission-module-display-tool","commit_stats":null,"previous_names":["bringauto/mission-module-display-tool"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bringauto/mission-module-display-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringauto%2Fmission-module-display-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringauto%2Fmission-module-display-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringauto%2Fmission-module-display-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringauto%2Fmission-module-display-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bringauto","download_url":"https://codeload.github.com/bringauto/mission-module-display-tool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringauto%2Fmission-module-display-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29331749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-02-11T10:10:00.755Z","updated_at":"2026-02-11T10:10:01.448Z","avatar_url":"https://github.com/bringauto.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mission module display tool\n\nThis tool is used to display the positions of the cars on the map using the [fleet protocol HTTP API](https://github.com/bringauto/fleet-protocol-http-api).\n\n## Installation\n\n```bash\ngit clone https://github.com/bringauto/mission-module-display-tool.git\ncd mission-module-display-tool\nmkdir logs\npip install -r requirements.txt\n```\n\n## Command line arguments\n\n* `--config=\u003cstring\u003e` - path to the JSON configuration file. If not set, the default path `./config/config.json` is used.\n\n## JSON configuration\n\n* `api-url` - URL of the fleet protocol HTTP API.\n* `api-key` - API key for the fleet protocol HTTP API.\n* `port` - port on which the web server will run.\n\n## Usage\n\nStarting the tool with the default configuration:\n\n```bash\npython3 display-tool.py\n```\n\nStarting the tool with a custom configuration:\n\n```bash\npython3 display-tool.py --config=./config/config.json\n```\n\nIt will start web server on `http://localhost:5000/` and display the map with the cars.\n\n## Running in docker\n\n```bash\ndocker build -t mission-module-display-tool .\n```\n\nReplace `\u003cnetwork\u003e` with the name of the container network where the HTTP API is running.\n\n```bash\ndocker run -p 5000:5000 --network=\u003cnetwork\u003e mission-module-display-tool --config=config/config-docker.json\n```\n\nIf option `--config` is not set, the default configuration file `config/config-docker.json` is used.\n\n### Example for use with [bringauto/etna](https://github.com/bringauto/etna)\n\nTo use the mission-module-display-tool with the bringauto/etna project, you can run the following commands:\n\n```bash\ndocker build -t mission-module-display-tool .\n```\n\n```bash\ndocker run -p 5000:5000 --network=bring-emulator mission-module-display-tool --config=config/config-docker.json\n```\n\nIn this example, the network is set to `bring-emulator`, which is the network name used by the bringauto/etna project docker compose file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbringauto%2Fmission-module-display-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbringauto%2Fmission-module-display-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbringauto%2Fmission-module-display-tool/lists"}