6 releases (2 stable)

1.0.1 Jun 11, 2023
1.0.0 Aug 30, 2022
0.9.1 Jun 15, 2022
0.0.2 Jun 5, 2022

#472 in Network programming

Download history 5857/week @ 2024-06-14 5959/week @ 2024-06-21 7957/week @ 2024-06-28 6735/week @ 2024-07-05 6299/week @ 2024-07-12 3563/week @ 2024-07-19 6460/week @ 2024-07-26 9673/week @ 2024-08-02 7246/week @ 2024-08-09 6762/week @ 2024-08-16 12163/week @ 2024-08-23 11675/week @ 2024-08-30 10418/week @ 2024-09-06 8142/week @ 2024-09-13 9168/week @ 2024-09-20 8979/week @ 2024-09-27

38,577 downloads per month

MIT license

8KB
91 lines

wol-rs

main rust-clippy analyze

Wake-on-LAN in rust.

Install

Binary

Download from https://github.com/fengyc/wol-rs/releases.

OR using cargo install

cargo install wol-rs --features bin

OR build from source

cargo install --git https://github.com/fengyc/wol-rs.git --features bin

Run wol -h, to show available options and args.

Wake-on-LAN utility

USAGE:
    wol [OPTIONS] <MAC_ADDR>

ARGS:
    <MAC_ADDR>    Destination MAC address

OPTIONS:
    -b, --bind-addr <BIND_ADDR>      Bind IP address [default: 0.0.0.0]
    -c, --bcast-addr <BCAST_ADDR>    Broadcast IP address [default: 255.255.255.255]
    -h, --help                       Print help information
    -V, --version                    Print version information

ipv6 WoL magic packet can be send by specifying -b and -c with ipv6 address.

Lib

Add wol-rs to Cargo.toml

[dependencies]
wol-rs = "1"

Send a WoL magic packet over UDP

send_wol(<dest_mac>, None, None).unwrap()

License

MIT

Dependencies

~0–475KB