Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nrdmn/wakeywakey


https://github.com/nrdmn/wakeywakey

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ☕ wakey wakey

This is a website that displays a button that sends a wake-on-lan request. Use
any CGI-compatible webserver to run it.

You can set the MAC address to be woken up using the `MAC_ADDRESS` variable at
the top of cgi-bin/wakemeup.sh.

To test it locally, you can use python's http server:
`python3 -m http.server --bind localhost --cgi 8000`
and then point your web browser to http://[::1]:8000/.