An over-engineered Wake-on-LAN magic packet sender, written in Rust.
Go to file
Dustin 60dd1f72dc main: Accept addresses as command-line arguments
Now that the `MacAddress` struct can handle parsing arbitrary input
without panicking, the main entry point can accept values from the user
in the form of command-line arguments. Users can pass one or more
addresses as positional arguments to the `wakeonlan` program, and a
magic packet will be sent to each one in series.
2018-09-29 11:42:34 -05:00
src main: Accept addresses as command-line arguments 2018-09-29 11:42:34 -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