Adding mw40v APi client

This commit is contained in:
2023-10-19 20:19:10 +02:00
parent f09d0823b9
commit ccce1f1248
4 changed files with 157 additions and 12 deletions

View File

@@ -1,2 +1,15 @@
# network-roaming
# Network Roaming
Api that allows to switch a router from landline to 4G and back
## Alcatel MW40V configuration
### Find the encryption key
in default.html:
```<meta name="header-meta" content="here_is_the_encryption_key">```
### Find the verification key
in js/sdk.js:
```headers['_TclRequestVerificationKey'] = "here_is_the_verification_keys";```