Skip to content

rmrodrigues/wol4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages