[WOL] Wake-on-LAN

Talk about the Ultimate Question of Life, The Universe, and Everything
Post Reply
User avatar
rednoah
The Source
Posts: 23387
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

[WOL] Wake-on-LAN

Post 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'
:idea: Please read the FAQ and How to Request Help.
Post Reply