mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-08 05:08:31 -04:00
Rename repository to nut-rs
This commit is contained in:
parent
7336676914
commit
6b839dc631
4 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
[](https://crates.io/crates/rups)
|
||||
[](https://docs.rs/rups)
|
||||
[](./LICENSE)
|
||||
[](https://github.com/aramperes/nut-client-rs/actions?query=workflow%3ACI)
|
||||
[](https://github.com/aramperes/nut-rs/actions?query=workflow%3ACI)
|
||||
|
||||
A [Network UPS Tools](https://github.com/networkupstools/nut) (NUT) client library for Rust.
|
||||
|
||||
|
@ -31,7 +31,7 @@ upsc myupsname@localhost ups.status
|
|||
|
||||
## Example
|
||||
|
||||
The [rupsc](https://github.com/aramperes/nut-client-rs/tree/master/rupsc)
|
||||
The [rupsc](https://github.com/aramperes/nut-rs/tree/master/rupsc)
|
||||
CLI is written using this library, and is a clone of NUT's
|
||||
built-in [upsc](https://networkupstools.org/docs/man/upsc.html) tool.
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||
description = "Network UPS Tools (NUT) client library"
|
||||
categories = ["network-programming"]
|
||||
keywords = ["ups", "nut", "tokio", "async"]
|
||||
repository = "https://github.com/aramperes/nut-client-rs"
|
||||
repository = "https://github.com/aramperes/nut-rs"
|
||||
documentation = "https://docs.rs/rups"
|
||||
readme = "../README.md"
|
||||
license = "MIT"
|
||||
|
|
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||
description = "A demo program to display UPS variables"
|
||||
categories = ["network-programming"]
|
||||
keywords = ["ups", "nut"]
|
||||
repository = "https://github.com/aramperes/nut-client-rs"
|
||||
repository = "https://github.com/aramperes/nut-rs"
|
||||
readme = "README.md"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
[](https://crates.io/crates/rupsc)
|
||||
[](https://docs.rs/rups)
|
||||
[](./LICENSE)
|
||||
[](https://github.com/aramperes/nut-client-rs/actions?query=workflow%3ACI)
|
||||
[](https://github.com/aramperes/nut-rs/actions?query=workflow%3ACI)
|
||||
|
||||
A Rust clone of [upsc](https://networkupstools.org/docs/man/upsc.html),
|
||||
the [Network UPS Tools](https://github.com/networkupstools/nut) (NUT) demo program to display UPS variables.
|
||||
|
||||
Written using the [rups](https://github.com/aramperes/nut-client-rs) crate.
|
||||
Written using the [rups](https://github.com/aramperes/nut-rs) crate.
|
||||
|
||||
- Connect to `upsd`/`nut-server` using TCP
|
||||
- List UPS devices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue