2 releases
0.1.1 | Dec 24, 2024 |
---|---|
0.1.0 | Dec 23, 2024 |
#1 in #trigger
283 downloads per month
5KB
51 lines
wolrs
A tool to trigger a Wake-on-LAN (WoL) wakeup.
(Pronounced like "walrus")
Installation
Install from crates.io:
$ cargo install wolrs
Install from Git sources:
$ git clone https://github.com/kdkasad/wolrs
$ cd wolrs
$ cargo install --path .
Usage
$ wolrs <mac-address>
# or
$ wolrs -i <ip_address> -p <port> <mac_address>
Specify the MAC address of the computer to wake up. The magic packet will be sent to the broadcast address 255.255.255.255.
Dependencies
~1–1.7MB
~31K SLoC