Skip to content

Instantly share code, notes, and snippets.

@jhURJQVxkx
Created February 28, 2016 00:46
Show Gist options
  • Save jhURJQVxkx/7fa0968459b256f19b48 to your computer and use it in GitHub Desktop.
Save jhURJQVxkx/7fa0968459b256f19b48 to your computer and use it in GitHub Desktop.
Raspberry PiからWOL(Wake On Lan) ref: http://qiita.com/kaishero/items/5e48f952c36dcaef27fb
$ wget http://www.gcd.org/sengoku/docs/wol.c
$ gcc wol.c -o wol
wol 192.168.1.2 xx:xx:xx:xx:xx:xx
#!/bin/bash
wol 192.168.1.2 xx:xx:xx:xx:xx:xx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment