Skip to content

Instantly share code, notes, and snippets.

@russau
Created July 9, 2012 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save russau/3076039 to your computer and use it in GitHub Desktop.
Save russau/3076039 to your computer and use it in GitHub Desktop.
Wake on LAN
byte[] packet = new byte[17*6];
for(int i = 0; i < 6; i++)
packet[i] = 0xff;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment