/SIMPLSharp_WakeOnLAN

SIMPL# Pro class to power on devices using Wake-on-LAN

Primary LanguageC#

crestron-magicpacket

SIMPL# Pro class to power on devices using Wake-on-LAN

Usage

WakeOnLAN WOL = new WakeOnLAN();
WOL.WakeUp(mac, broadcast);

Instantiate class and pass the mac address & broadcast address to the WakeUp method.

Contributing

Pull requests are welcome.

License

GPL-3.0