All Projects → highvolt-dev → tmo-live-graph

highvolt-dev / tmo-live-graph

Licence: MIT License
A simpe react app that plots a live view of the T-Mobile Home Internet Nokia 5G Gateway signal stats, helpful for optimizing signal.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to tmo-live-graph

Iglance
Free system monitor for OSX and macOS. See all system information at a glance in the menu bar.
Stars: ✭ 1,358 (+8953.33%)
Mutual labels:  monitor, osx, monitoring-tool
Container Monitor
容器监控方案汇总
Stars: ✭ 107 (+613.33%)
Mutual labels:  monitor, monitoring-tool
Disablemonitor
Easily disable or enable a monitor on your Mac.
Stars: ✭ 1,221 (+8040%)
Mutual labels:  monitor, osx
ExDeMon
A general purpose metrics monitor implemented with Apache Spark. Kafka source, Elastic sink, aggregate metrics, different analysis, notifications, actions, live configuration update, missing metrics, ...
Stars: ✭ 19 (+26.67%)
Mutual labels:  monitor, monitoring-tool
Laravel Api Health
Monitor first and third-party services and get notified when something goes wrong!
Stars: ✭ 65 (+333.33%)
Mutual labels:  monitor, monitoring-tool
Ddcctl
DDC monitor controls (brightness) for Mac OSX command line
Stars: ✭ 1,171 (+7706.67%)
Mutual labels:  monitor, osx
Monitorfe
🍉前端埋点监控,提供前端 JS 执行错误,第三方资源加载异常,Ajax 请求错误监控
Stars: ✭ 190 (+1166.67%)
Mutual labels:  monitor, monitoring-tool
Clearly
Clearly see and debug your celery cluster in real time!
Stars: ✭ 287 (+1813.33%)
Mutual labels:  monitor, monitoring-tool
dut-iptv
Github repo containing Kodi addons for CanalDigitaal IPTV, F1 TV, KPN/Telfort/XS4All iTV, NLZiet, Telenet, T-Mobile TV, Videoland and Ziggo Go
Stars: ✭ 26 (+73.33%)
Mutual labels:  t-mobile, tmobile
leek
Celery Tasks Monitoring Tool
Stars: ✭ 77 (+413.33%)
Mutual labels:  monitor, monitoring-tool
FftSharp
A .NET Standard library for computing the Fast Fourier Transform (FFT) of real or complex data
Stars: ✭ 132 (+780%)
Mutual labels:  signal-processing, signal
Owl
distributed monitoring system
Stars: ✭ 794 (+5193.33%)
Mutual labels:  monitor, monitoring-tool
Monitoror
Unified monitoring wallboard — Light, ergonomic and reliable monitoring for anything.
Stars: ✭ 3,400 (+22566.67%)
Mutual labels:  monitor, monitoring-tool
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (+1846.67%)
Mutual labels:  monitor, monitoring-tool
antropy
AntroPy: entropy and complexity of (EEG) time-series in Python
Stars: ✭ 111 (+640%)
Mutual labels:  signal-processing, signal
Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (+15106.67%)
Mutual labels:  monitor, monitoring-tool
Airpodsbattery Monitor For Mac
Simple Widget to display your AirPods battery levels from the Mac Status bar
Stars: ✭ 165 (+1000%)
Mutual labels:  osx, monitoring-tool
Iir1
IIR realtime filter library written in C++
Stars: ✭ 224 (+1393.33%)
Mutual labels:  osx, signal-processing
gochanges
**[ARCHIVED]** website changes tracker 🔍
Stars: ✭ 12 (-20%)
Mutual labels:  monitor, monitoring-tool
netcheck
A shell script to check and log when your internet connection goes down.
Stars: ✭ 138 (+820%)
Mutual labels:  isp, monitoring-tool

tmo-live-graph logo

tmo-live-graph

A simpe react app that plots a live view of the T-Mobile Home Internet Nokia 5G Gateway signal stats, helpful for optimizing signal.

This project should be considered to be in a pre-release state.

desktop screenshot of tmo-live-graph

Getting Started

Ensure that you have nodejs installed on your machine, then run:

npm install

In order to properly fetch API responses from the Nokia Gateway in-browser, they must be proxied to work around CORS restrictions.

This is handled automatically when running the project in development mode using webpack-dev-server with the following command:

npm start

This will start the project at http://localhost:3000/

This project has not been prepared to handle proxying in a production-ready release mode.

Configuration

You can avoid specifying your gateway model and admin username/password by making use of an environment file.

The default environment configuration is specified in the .env file.

It is suggested that you make a copy as .env.local.

Inside .env.local you can specify your desired configuration, e.g.:

REACT_APP_GATEWAY_MODEL=NOK5G21
REACT_APP_USER=admin
REACT_APP_PASSWORD=yourpassword

Note that the file has further instructions (helpful if you have the Arcadyan gateway).

If necessary, you may need to enclose your value in single (') or double quotes (").

When 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.

Cell Info

This section requires authentication with admin username and password - login form appears at top of app.

  • Connection Type
  • Operator (PLMN/MCC-MNC)
  • eNB ID (Cell Site)
  • Cell ID
  • 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.

Summarized Statistics

4G LTE

  • Connected band
  • Carrier Aggregation (Download, Upload, Bands)
  • Current/Best RSRP
  • Current/Best SNR
  • Current/Best RSRQ

5G NR

  • Connected band
  • Current/Best RSRP
  • Current/Best SNR
  • Current/Best RSRQ

Visualized Statistics

4G LTE

  • RSRP value with Min/Max reference lines
  • SNR value with Min/Max reference lines
  • RSRQ value with Min/Max reference lines

5G NR

  • RSRP value with Min/Max reference lines
  • SNR value with Min/Max reference lines
  • RSRQ value with Min/Max reference lines

Screenshots

Desktop

desktop screenshot of tmo-live-graph

Tablet

tablet screenshot of tmo-live-graph

Mobile

mobile screenshot of tmo-live-graph

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If 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.

Instead, 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.

You 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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].