Settings

Theme

Wake-on-LAN Using Cloud Functions

mihai.fm

14 points by mihaifm 5 months ago · 3 comments

Reader

assd12138 5 months ago

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.

vkdelta 5 months ago

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

  • ammo1662 5 months ago

    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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection