Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maks11060/sleep-on-lan
Switches the PC to suspend
https://github.com/maks11060/sleep-on-lan
sleep sleep-on-lan suspend wake-on-lan
Last synced: about 2 months ago
JSON representation
Switches the PC to suspend
- Host: GitHub
- URL: https://github.com/maks11060/sleep-on-lan
- Owner: MAKS11060
- Created: 2024-06-18T02:58:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T14:50:11.000Z (5 months ago)
- Last Synced: 2024-08-02T16:32:51.974Z (5 months ago)
- Topics: sleep, sleep-on-lan, suspend, wake-on-lan
- Language: Rust
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sleep-on-Lan
Switches the PC to sleep mode using WoL (Wake-on-LAN)
## Install
1. Install service
```ps
cargo run --bin service install
# or remove
cargo run --bin service uninstall
```## Todo:
- [x] Rewrite on rust
- [x] Add `windows service`
- [ ] Add installer
- [ ] Write doc