Live data from Hacker News

Wake-on-LAN Using Cloud Functions

mihai.fm

1–4 of 4 posts

Re: Wake-on-LAN Using Cloud Functions

#3
post #2

Can same be done for WoW(Wake on Wi-Fi)?

It should work. This article describes setting up port forwarding on a publicly accessible router, then using a cloud function to send a wake-up packet to that port. The router's port forwarding then broadcasts the packet.

Theoretically, WoW could be done the same way.

Re: Wake-on-LAN Using Cloud Functions

#4
Buy a cheap ESP8266 development board and apply for an MQTT service with a certain free quota from EMQX (or other cloud service providers). You can then use this small development board to send broadcasts within the local network (including WOL requests), paying only a few dollars for the development board. Running such a simple Arduino program consumes much fewer resources compared to running Node.js within the local network, and it's also more power-efficient.