An over-engineered Wake-on-LAN magic packet sender, written in Rust.
Go to file
Dustin 8b0ce4c5be magic: Add MagicPacket.send_to method
On the off chance that the magic packet needs to be sent to a
destination other than port 9 on the subnet-directed broadcast address,
the `send_to` method is now available on the `MagicPacket` structure.
The `send` method is retained, and now simply delegates to the `send_to`
method with a hard-coded socket address.
2018-08-16 23:00:47 -05:00
src magic: Add MagicPacket.send_to method 2018-08-16 23:00:47 -05:00
.gitignore Initial commit 2018-08-14 22:09:15 -05:00
Cargo.lock Initial commit 2018-08-14 22:09:15 -05:00
Cargo.toml Initial commit 2018-08-14 22:09:15 -05:00