highvolt-dev
highvolt-dev
Add `--silent` flag to suppress output to stdout. This will prevent cron from needing to redirect output.
Allow specifying multiple ping hosts, with the ability to reboot if either any or all of them fail (flags can specify the behavior).
Provide method(s) for credentials to be re-used. Because web api authentication uses hashing and app api authentication uses cleartext passwords, cannot simply just use hashed value. Options include storing password...
Add CGI check (from Mobile App endpoints) or introspect tower based on connected bands and/or PCI/etc (disambiguate Sprint vs Native LTE B41).
Follow-up to #10 Bootloop prevention is currently implemented with an uptime check. Add statefulness to prevent boot loops so that a given number of consecutive failures or a failure of...
As an alternative connectivity test, use http://google.com/generate_204 and check the status code. Allow custom host and status code.
Add pre-defined band groups, e.g. low-band, mid-band, Sprint, T-Mobile, anchor bands (i.e. B2/B66), etc.
The initial release of this project is considered pre-alpha state and is a rough proof-of-concept. This project needs to be refactored into separate components and optimized for production builds
Add toggles for different views to enable/disable different metrics, primary/secondary bands, etc. This should also help reduce visual clutter on smaller viewports without sacrificing verbosity.
Using gauge controls can provide an intuitive way to interpret signal metrics and the opportunity to communicate with visual, color-coded cues.