ios_system icon indicating copy to clipboard operation
ios_system copied to clipboard

Request for any Wake On Lan Tool

Open pr1metine opened this issue 4 years ago • 6 comments

Something like etherwake or wakeonlan would be much appreciated. This way Blink can add WOL Support.

pr1metine avatar Apr 09 '20 16:04 pr1metine

I'll have a look. I assume this is to wake up other computers, not to wake up your own iPad?

holzschu avatar Apr 09 '20 18:04 holzschu

Yes, the Tool should wake up another computer. Is it even possible to wake up an iPad?

pr1metine avatar Apr 09 '20 18:04 pr1metine

Yes this would be very useful... right now I have to wake my powerhouse linux system via the anemic mac mini on the same network:

blink> ssh mymac '/usr/local/bin/wakeonlan -f mylinux.eth'

instinctive avatar Jun 16 '20 04:06 instinctive

Hi, just checking. I'm looking for source code for either commands. I found this: https://github.com/gumb0/wol.cpp Does it fit your needs?

holzschu avatar Jun 23 '20 17:06 holzschu

LGTM. Forgive me for this noob question:

When using wol.cpp, is there a way to wake up a device based on its hostname?

pr1metine avatar Jun 23 '20 17:06 pr1metine

Hi, wake-on-lan (wol) has been added to the latest release of network_ios: https://github.com/holzschu/network_ios/releases/tag/0.2 As far as I can tell, it works with "wol -b 192.168.0.11 aa:bb:cc:dd:ee", i.e. "wol -b <MAC address of device>". And you'll have to provide the IP address, not the hostname, but you can get it from the hostname using nslookup.

holzschu avatar Dec 06 '20 14:12 holzschu