https://github.com/coffebar/router-mon
Show online devices on the KeeneticOS
https://github.com/coffebar/router-mon
Last synced: about 1 month ago
JSON representation
Show online devices on the KeeneticOS
- Host: GitHub
- URL: https://github.com/coffebar/router-mon
- Owner: coffebar
- Created: 2020-12-24T16:17:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T22:24:43.000Z (about 2 years ago)
- Last Synced: 2025-01-18T22:12:09.456Z (3 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Show online devices on the KeeneticOS. It's a CLI nodejs app.

Updates every 30 sec. Additionally shows the amount of transferred data.
# Setup
1. Create a new user on your KeeneticOS device. Set permissions only for readonly web access.

2. Clone this repo: ```git clone https://github.com/coffebar/router-mon.git```
3. Install required modules: ```cd router-mon && npm install```
4. Update secrets in router-devices.js file.
```
// Secrets
const host = 'https://YOUR.KEENETIC.DOMAIN/';
const login = 'YOUR_WEB_USER';
const password = 'YOUR_WEB_PASSWORD';
```
5. Run script: ```node router-devices.js```