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: 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T14:50:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T11:17:29.361Z (over 1 year 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