sysinfo-http
used to get a system's information through http.
It currently supports the following OSes (alphabetically sorted):
You can still run a sysinfo-http
server on non-supported OSes, it'll simply do nothing and always return
empty values. You can check in your browser directly if an OS is supported by visit http://yourserver.domain/support
or:
bash
curl http://yourserver.domain/support
The minimum-supported version of rustc
is 1.59.
bash
cargo install sysinfo-http
sysinfo-http --bind localhost:80
TODO: WIP