{"id":17691309,"url":"https://github.com/highvolt-dev/tmo-live-graph","last_synced_at":"2025-05-07T14:24:54.742Z","repository":{"id":40439273,"uuid":"415443857","full_name":"highvolt-dev/tmo-live-graph","owner":"highvolt-dev","description":"A simpe react app that plots a live view of the T-Mobile Home Internet Nokia 5G Gateway signal stats, helpful for optimizing signal.","archived":false,"fork":false,"pushed_at":"2023-04-21T22:10:44.000Z","size":3246,"stargazers_count":32,"open_issues_count":10,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-07T14:24:52.611Z","etag":null,"topics":["cross-platform","isp","linux","monitor","monitoring","monitoring-tool","osx","signal","signal-processing","t-mobile","t-mobile-home-internet","tmobile","visualization-application","windows"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/highvolt-dev.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}},"created_at":"2021-10-09T23:32:57.000Z","updated_at":"2025-03-30T18:45:07.000Z","dependencies_parsed_at":"2022-08-09T20:30:28.113Z","dependency_job_id":"2736f358-82a5-42ac-bafd-cc6085f9c9df","html_url":"https://github.com/highvolt-dev/tmo-live-graph","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highvolt-dev%2Ftmo-live-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highvolt-dev%2Ftmo-live-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highvolt-dev%2Ftmo-live-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highvolt-dev%2Ftmo-live-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/highvolt-dev","download_url":"https://codeload.github.com/highvolt-dev/tmo-live-graph/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252893320,"owners_count":21820804,"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":["cross-platform","isp","linux","monitor","monitoring","monitoring-tool","osx","signal","signal-processing","t-mobile","t-mobile-home-internet","tmobile","visualization-application","windows"],"created_at":"2024-10-24T12:08:15.830Z","updated_at":"2025-05-07T14:24:54.686Z","avatar_url":"https://github.com/highvolt-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"tmo-live-graph-logo.png\" width=\"256\" height=\"256\" alt=\"tmo-live-graph logo\" style=\"background-color: #ffffff; border: 5px solid white; border-radius: 16px;\"\u003e\n\u003c/p\u003e\n\n# tmo-live-graph\n\nA simpe react app that plots a live view of the T-Mobile Home Internet Nokia 5G Gateway signal stats, helpful for optimizing signal.\n\nThis project should be considered to be in a pre-release state.\n\n\u003cimg src=\"./screenshot-desktop.png\" alt=\"desktop screenshot of tmo-live-graph\" width=\"768\"\u003e\n\n\n## Getting Started\n\nEnsure that you have nodejs installed on your machine, then run:\n\n```\nnpm install\n```\n\nIn order to properly fetch API responses from the Nokia Gateway in-browser, they must be proxied to work around CORS restrictions.\n\nThis is handled automatically when running the project in development mode using webpack-dev-server with the following command:\n\n```\nnpm start\n```\n\nThis will start the project at http://localhost:3000/\n\nThis project has not been prepared to handle proxying in a production-ready release mode.\n\n### Configuration\n\nYou can avoid specifying your gateway model and admin username/password by making use of an *environment file*.\n\nThe default environment configuration is specified in the `.env` file.\n\nIt is suggested that you make a copy as `.env.local`.\n\nInside `.env.local` you can specify your desired configuration, e.g.:\n\n```\nREACT_APP_GATEWAY_MODEL=NOK5G21\nREACT_APP_USER=admin\nREACT_APP_PASSWORD=yourpassword\n```\n\nNote that the file has further instructions (helpful if you have the Arcadyan gateway).\n\nIf necessary, you may need to enclose your value in single (`'`) or double quotes (`\"`).\n\nWhen your environment file is fully configured, the application will not prompt you for your gateway model (Nokia vs Arcadyan) and will automatically attempt to log you into your gateway with the provided username and password, enabling advanced functionality that requires authentication against your administrative credentials.\n\n\n## Cell Info\n\nThis section requires authentication with admin username and password - login form appears at top of app.\n\n- Connection Type\n- Operator (PLMN/MCC-MNC)\n- eNB ID (Cell Site)\n- Cell ID\n- Link to cellmapper.net for given operator. Zoomed to geographic center of US. To respect cellmapper.net, you must manually copy and paste the enNB ID to find your cell site.\n\n## Summarized Statistics\n\n### 4G LTE\n- Connected band\n- Carrier Aggregation (Download, Upload, Bands)\n- Current/Best RSRP\n- Current/Best SNR\n- Current/Best RSRQ\n\n### 5G NR\n- Connected band\n- Current/Best RSRP\n- Current/Best SNR\n- Current/Best RSRQ\n\n## Visualized Statistics\n\n### 4G LTE\n- RSRP value with Min/Max reference lines\n- SNR value with Min/Max reference lines\n- RSRQ value with Min/Max reference lines\n\n### 5G NR\n- RSRP value with Min/Max reference lines\n- SNR value with Min/Max reference lines\n- RSRQ value with Min/Max reference lines\n\n## Screenshots\n\n### Desktop\n\u003cimg src=\"./screenshot-desktop.png\" alt=\"desktop screenshot of tmo-live-graph\" width=\"768\"\u003e\n\n### Tablet\n\u003cimg src=\"./screenshot-tablet.png\" alt=\"tablet screenshot of tmo-live-graph\" width=\"480\"\u003e\n\n### Mobile\n\u003cimg src=\"./screenshot-mobile.png\" alt=\"mobile screenshot of tmo-live-graph\" width=\"480\"\u003e\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `npm run build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighvolt-dev%2Ftmo-live-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhighvolt-dev%2Ftmo-live-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighvolt-dev%2Ftmo-live-graph/lists"}