mfa / sensor-push

Rust version of push sensor data to my own IOT server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rust version of push sensor data to my own IOT server


Languages

Language:Rust 69.6%Language:Python 30.4%