wol-api

A simple wake on LAN interface that accepts post commands


License
MIT
Install
pip install wol-api==0.1.1

Documentation

docker-wol_api

PyPI version Github Sponsorship

A simple flask interface to send wake on LAN commands. Just send a POST to /wol/FF:FF:FF:FF:FF:FF where FF:FF:FF:FF:FF:FF is the desired MAC address of the device to be woken up.

The official docker image is available at Docker Hub.

Run

docker run -d \
  --name="WakeOnLAN-API" \
  -e PORT=8080 \
  --net=host \
  rix1337/docker-wol-api