Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 684 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 684 Bytes

WakeOnLANForwarder

Runs an http webserver on a Raspberry Pi Pico W to allow Wake On LAN capabilities over the internet.

Environment Details

  • Must create a credentials.txt file that includes the wifi ssid, wifi password, ip of device to be woken/killed, broadcast ip, device MAC address (All Capitals Bytes Only), and password to authenticate wake/kill operations. All of these fields should be on their own lines in order.
  • Must create a "logs" directory in the root directory for exception logs to be stored.
  • Python files, credentials.txt, logs directory, and the uping package must be flashed to the root directory of a Raspberry Pi Pico W and ran with Micropython