highvolt-dev
highvolt-dev
Thanks for the suggestion, @CapabaleSpecimen - I will keep this in mind when I have the chance to work on it
Sorry to keep you waiting on this PR, this is on my daily list to loop back to and I have not had time, but I do want to incorporate...
@hamhamfreak the Sagecomm and Arcyadan have similar APIs, have you tried tmo-live-graph with the Sagecomm configured as an ARC? The Sagecomm support I added to tmo-monitor came from user reports...
You can't directly link to an eNodeB with Cellmapper.net Their search field does an API request the response to which contains JSON that warns against unauthorized use and provides a...
Threw this together as a very basic proof of concept of live stat visualization with T-Mobile Home Internet's Nokia 5G Gateway: https://github.com/highvolt-dev/tmo-live-graph/ It uses https://github.com/recharts/recharts (d3 based react components) so...
I found it helpful to do packet capture on my phone using the app when I first experimented with this some months ago - I used PCAPdroid. Amusingly, as I...
Here's the source the client is using to login: ```javascript const s = cryptoJS.sha256(t.username, t.password) , r = cryptoJS.sha256url(s, i.nonce); let o = `userhash=${cryptoJS.sha256url(t.username, i.nonce)}&RandomKeyhash=${cryptoJS.sha256url(i.randomKey, i. nonce)}&response=${r}&nonce=${cryptoJS.base64url_escape(i.nonce)}`; const a =...