Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jalle19/iotawattws
A WebSocket proxy for Iotawatt status information
https://github.com/jalle19/iotawattws
Last synced: about 2 months ago
JSON representation
A WebSocket proxy for Iotawatt status information
- Host: GitHub
- URL: https://github.com/jalle19/iotawattws
- Owner: Jalle19
- License: gpl-3.0
- Created: 2020-01-31T11:16:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T07:05:04.000Z (6 months ago)
- Last Synced: 2024-10-12T13:26:18.048Z (3 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iotawattws
A WebSocket proxy for Iotawatt status information. It combines the output of `/config.txt` and `/status`
and augments the channel names into the status object. The combined and augmented output is
broadcast to all connected WebSocket clients.## Usage
```bash
IOTAWATT_ADDR=10.110.4.4 PORT=8009 INTERVAL_MS=2500 node ./index.js
```The application will not produce any output during normal operation
## License
GPL version 3 or newer