Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 226 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 226 Bytes

Wake-on-LAN application

Tiny Flask web application to send Wake-on-LAN packets

Requires: fping, flask, netaddr

To run through a local server

  1. npm install http-server -g
  2. http-server --cors (run with enabling cors)