Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bencevans/huawei-mifi
📶 Gather stats from Huawei MiFi Device
https://github.com/bencevans/huawei-mifi
huawei internet-of-things mifi mobile three
Last synced: 23 days ago
JSON representation
📶 Gather stats from Huawei MiFi Device
- Host: GitHub
- URL: https://github.com/bencevans/huawei-mifi
- Owner: bencevans
- Created: 2018-11-17T18:10:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T21:30:52.000Z (over 4 years ago)
- Last Synced: 2024-12-13T00:39:32.855Z (about 2 months ago)
- Topics: huawei, internet-of-things, mifi, mobile, three
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# huawei-mifi
> Gather stats from Huawei MiFi Device
## install
$ npm install huawei-mifi
## example
```js
const Mifi = require('huawei-mifi')const mifi = new Mifi('192.168.8.1')
await mifi.authenticate()
console.log('status:', await mifi.status())
console.log('traffic stats:', await mifi.traffic())
console.log('notifications:', await mifi.notifications())
```## licence
MIT