Page 1 of 1

[WOL] Wake-on-LAN

Posted: 14 Jun 2024, 04:58
by rednoah
WOL (Wake-on-LAN) can be used to turn on a device remotely via its network interface by sending a specifically crafted datagram packet to all devices on the local network.

Screenshot


FileBot Scripting provides a wol() function that can be used like so to turn on a series of devices on command:

Groovy: Select all

#!/usr/bin/env -S filebot -script

wol '24-5E-32-AD-62-8C'
wol '00-11-EB-61-23-E7'