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 --help
See API.md
bash
git clone https://github.com/rainbowflesh/sysinfo-http.git
cd sysinfo-info
cargo build
bash
cargo run -- --help
```bash cargo test
cargo nextest run --no-capture ```
WIP