An open API service indexing awesome lists of open source software.

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

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
```