Runs an http webserver on a Raspberry Pi Pico W to allow Wake On LAN capabilities over the internet.
- 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