{"id":46232712,"url":"https://github.com/sufst/wireless-telemetry-gui","last_synced_at":"2026-03-03T18:10:57.415Z","repository":{"id":43114415,"uuid":"315737649","full_name":"sufst/wireless-telemetry-gui","owner":"sufst","description":"Web-based telemetry GUI system","archived":false,"fork":false,"pushed_at":"2024-11-05T19:00:19.000Z","size":2016,"stargazers_count":6,"open_issues_count":14,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-11-05T20:19:33.692Z","etag":null,"topics":["telemetry","website"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/sufst.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":"2020-11-24T19:51:46.000Z","updated_at":"2023-03-21T18:56:12.000Z","dependencies_parsed_at":"2024-02-20T19:55:11.199Z","dependency_job_id":"1e0e5a95-fea6-4034-8ba0-42daa6c4bb7c","html_url":"https://github.com/sufst/wireless-telemetry-gui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sufst/wireless-telemetry-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufst%2Fwireless-telemetry-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufst%2Fwireless-telemetry-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufst%2Fwireless-telemetry-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufst%2Fwireless-telemetry-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sufst","download_url":"https://codeload.github.com/sufst/wireless-telemetry-gui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufst%2Fwireless-telemetry-gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T17:46:22.538Z","status":"ssl_error","status_checked_at":"2026-03-03T17:46:22.036Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["telemetry","website"],"created_at":"2026-03-03T18:10:56.618Z","updated_at":"2026-03-03T18:10:57.407Z","avatar_url":"https://github.com/sufst.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wireless Telemetry GUI\n\nThe Wireless Telemetry GUI used to graph and show telemetry data coming from the car in real-time.\n\nThis is through an interactive web-application using the following technologies:\n\n- TypeScript\n- React.js\n- Redux\n- Material-UI\n\n## Building \u0026 Running\n\nTo get up-and-running with development follow the steps outlined below.\n\n### 1. Prerequisites\n\nThe following tools need to be installed before you work on this project:\n\n- `git`\n- `node.js` version 16.\n\nIf you use macOS or Linux, `git` will probably already be installed on your machines. If you use Microsoft Windows, `git` can be installed from [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).\n\nRegardless of OS, you can download `node.js` from its website [here](https://nodejs.org/en/). **Make sure to download version 16!**\n\nFor the GUI to fully function, you need a running version of the following servers on your machine:\n\n- [Back-end Server](https://github.com/sufst/back-end)\n- [Intermediate Server](https://github.com/sufst/intermediate-server/)\n\nYou can find building \u0026 running instructions for both on their respective repositories linked above.\n\n### 2. Cloning the Repo\n\nClone the repository on your local machine using the following command:\n\n```\ngit clone https://github.com/sufst/wireless-telemetry-gui.git\n```\n\n### 3. Install Dependencies\n\nOpen a terminal window, navigate to the folder the repository was cloned and run the following command to install all dependencies:\n\n```\nnpm install --legacy-peer-deps\n```\n\n_Note: Some dependency versions listed in the package.json file are outdated, thus it's important to specify the `--legacy-peer-deps` flag when using the command above._\n\n### 4. Update `config.ts`\n\nYou now need to update the back-end API URL on `config.ts` under `scr/config.ts`. Open that file and update the `url` variable on line 30 with your own back-end API URL.\n\n### 5. Starting the application\n\nOnce all dependencies are installed and all servers are running, you can start the web-app by running the following command from the root of the application:\n\n```\nnpm start\n```\n\nThis runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\n## Known Issues:\n\n1. Currently, the version of `material-ui` used in `v4` instead of the latest major release `v5`. This doesn't cause any known issues and is in the roadmap to be updated in the future. For now, development should docs the `v4` version of the `material-ui` documentation available [here](https://v4.mui.com/).\n\n2. Currently, the version of `node.js` known to be able to build the project is `Node version 16`. If you happen to have a latest version, you'll need to use `v16` until this issue is fixed.\n\n3. As mentioned above, the `npm install` command currently fails unless the `--legacy-peer-deps` flag is used with it.\n\n## Create-React-App Docs\n\nThis project was created using `create-react-app`. Documentation for this can be found [here](https://facebook.github.io/create-react-app/docs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsufst%2Fwireless-telemetry-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsufst%2Fwireless-telemetry-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsufst%2Fwireless-telemetry-gui/lists"}