wolrs

Crates.iowolrs
lib.rswolrs
version0.1.1
created_at2024-12-23 03:43:08.761707+00
updated_at2024-12-24 07:14:36.163601+00
descriptionA tool to trigger a Wake-on-LAN (WoL) wakeup
homepage
repositoryhttps://github.com/kdkasad/wolrs
max_upload_size
id1492741
size12,631
Kian Kasad (kdkasad)

documentation

README

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.

Commit count: 5

cargo fmt