Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 563 Bytes

java-wol

A simple Java implementation of WOL(Wake-On-Lan).

##Usage

  WOLNode node = new WOLNode("002245bf6c99");
		try {
			node.wakeUP();
		} catch (UnableToWakeUpWOLNodeException e) {
			//TODO: write some code
		}

##MAC Address allowed formats

  • 11:22:33:AA:BB:CC
  • 11-22-33-AA-BB-CC
  • 1122.33AA.BBCC
  • 112233AABBCC

Note: The letters can be both upper and lower case.

githalytics.com alpha