unixwars/wol
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Minimal Wake-On-LAN Python implementation.
Your NIC must support MagicPacket WOL.
Set it up with `ethtool -s eth1 wol g` if needed.
Usage:
wol AA:BB:CC:DD:EE:FF
If used without parameters it uses a default MAC address.