https://github.com/mfa/sensor-push
Rust version of push sensor data to my own IOT server
https://github.com/mfa/sensor-push
Last synced: about 1 year ago
JSON representation
Rust version of push sensor data to my own IOT server
- Host: GitHub
- URL: https://github.com/mfa/sensor-push
- Owner: mfa
- Created: 2023-06-19T17:41:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T17:58:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T14:22:32.517Z (over 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## sensor push
### about
Push sensor data to a custom endpoint every minute.
The original version was in Python, but this one is hopefully more stable over system updates.
Currently only the nvml (Nvidia GPU) is implemented.
### run
```
cargo run -- --url http://example.org/push/ --id rtx2070
```