#send #packet #wake-on-lan #magic #packets #mac-address

wol

允许您发送唤醒局域网数据包

2 个版本

使用旧的 Rust 2015

0.1.1 2017年7月4日
0.1.0 2017年7月4日

6#wake-on-lan

MIT 许可证

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
);

无运行时依赖