2 个版本
使用旧的 Rust 2015
0.1.1 | 2017年7月4日 |
---|---|
0.1.0 | 2017年7月4日 |
6 在 #wake-on-lan
3KB
wol-rs
发送唤醒局域网魔术数据包。
用法
extern create wol;
wol::send(
vec![0x01, 0x20, 0x44, 0x40, 0xf2, 0xff], // The MAC address you're targeting
"255.255.255.255:9", // The UDP broadcast address
"0.0.0.0:0" // The address to listen on
);