module PlaceOS::Driver::Utilities::WakeOnLAN

Defined in:

placeos-driver/utilities/wake_on_lan.cr

Class Method Summary

Class Method Detail

def self.wake_device(mac_address, subnet = "255.255.255.255", port = 9, address : Socket::Address | Nil = nil) #

sends a wake-on-lan message the specified mac_address, specify a subnet for directed WOL


[View source]