Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrdmn/wakeywakey
https://github.com/nrdmn/wakeywakey
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nrdmn/wakeywakey
- Owner: nrdmn
- Created: 2024-03-16T12:23:10.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-16T16:48:45.000Z (9 months ago)
- Last Synced: 2024-03-17T14:51:32.114Z (9 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/.