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: 12 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T21:30:52.000Z (almost 6 years ago)
- Last Synced: 2025-06-08T23:35:10.829Z (about 1 year 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