/wol

A simple Wake-On-LAN implementation.

Primary LanguageJavaApache License 2.0Apache-2.0

WOL

A simple Wake-On-LAN implementation.

Build Status Coverage Status Maven Central

WOL can be found in maven central.

Installation

<dependency>
    <groupId>com.jamierf</groupId>
    <artifactId>wol</artifactId>
    <version>...</version>
</dependency>

Usage

WakeOnLan.wake("b8:f6:b1:14:6a:b7");

License

Released under the Apache 2.0 License.