Update readme
This commit is contained in:
@@ -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
|
## 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
|
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
|
||||||
|
|
||||||
Magic packet is constructed as follows
|
Magic packet is constructed as follows
|
||||||
@@ -35,7 +53,7 @@ AA BB CC DD EE FF
|
|||||||
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`.
|
The magic packet shall be sent to limited broadcast IP - `255.255.255.255` and the Discard Protocol Port `9`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user