Update readme

This commit is contained in:
2026-07-08 15:53:26 +05:30
parent ce4f9945df
commit f162dc7175
+21 -3
View File
@@ -1,6 +1,14 @@
## Woly
# Woly
Construct Wake on Lan (WoL) magic packet to power on mini PC via LAN
Broadcast Wake on Lan (WoL) magic packet to network devices in the local network.
## Installation
Install [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
```bash
cargo install --git <thisRepoUrl>
```
## Usage
@@ -8,6 +16,16 @@ Construct Wake on Lan (WoL) magic packet to power on mini PC via LAN
woly aa:bb:cc:dd:ee:ff
```
or define a nickname in `woly.conf` as
```woly.conf
idly=aa:bb:cc:dd:ee:ff
```
```
woly idly
```
## Magic Packet
Magic packet is constructed as follows
@@ -35,7 +53,7 @@ AA BB CC DD EE FF
AA BB CC DD EE FF
```
## Target Destination
### Target Destination
The magic packet shall be sent to limited broadcast IP - `255.255.255.255` and the Discard Protocol Port `9`.