Adding mw40v APi client
This commit is contained in:
15
README.md
15
README.md
@@ -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";```
|
||||
Reference in New Issue
Block a user