highvolt-dev
highvolt-dev
It looks like you had a similar band change in your logs in your initial report too. It seems like it is temporarily unreachable at that time but is able...
#24 provides basis for this functionality albeit in a log file. TODO: add support for more structured output of statistics
TODO: add logging of carrier aggregation NOTE: may want band checks to pass if a band is aggregated but not an anchor band
@asheingold I don't, but if there are several competing opinionated rulesets and one contradicts the existing style more than the other (generates more linting errors), we may want to select...
Changes from @AndrewPardoe are merged in - open to any feedback from anyone while the next major release is in development
And for good measure: ```javascript ((sjcl.beware && sjcl.beware["CBC mode is dangerous because it doesn't protect message integrity."]) || function(){})(); var cryptoJS = (function() { var base64url_escape = function(b64) { var...
The randomwords are generated from the pseudrorandom number generator from the Stanford Javascript Crypto Library https://github.com/bitwiseshiftleft/sjcl ```javascript /** Generate several random words, and return them in an array. * A...
Got a working implementation tonight in python. My script checks for n41 or failed pings to google and will reboot if on another 5G band or on ping failure. Let...
Reference implementation here: https://github.com/highvolt-dev/tmo-monitor
@kclejeune you're mostly right, but the reason I posted the `cryptojs` module that the router is using is because it is not using the `cryptojs` npm package. It's implementing those...