WoLolo is a simple webservice to send Wake-on-LAN magic packets to a device on the local network.
WoLolo uses Topcoat for routing, views, and asset serving. Install its CLI, then start the development server:
cargo install topcoat-cli
topcoat devtopcoat dev builds the app, bundles assets/pure-min.css, and serves it on
127.0.0.1:3000. Use the existing --host and --port options with
cargo run after bundling assets manually:
cargo build
topcoat asset bundle --bin wololo
cargo run -- --host 0.0.0.0 --port 3000