This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
faq:wol [2015/07/24 14:49] – dotoli | faq:wol [2015/07/24 14:59] (current) – dotoli | ||
---|---|---|---|
Line 1: | Line 1: | ||
How to use WOL | How to use WOL | ||
- | cli: | + | **cli:** |
telnet /ssh --> | telnet /ssh --> | ||
+ | |||
ether-wake -i lan0 00: | ether-wake -i lan0 00: | ||
--------------------------- | --------------------------- | ||
- | SDK script ether-wake.are: | + | **SDK script ether-wake.are: |
if (nb_etherwake(" | if (nb_etherwake(" | ||
+ | |||
| | ||
+ | |||
| | ||
+ | |||
} | } | ||
nb_syslog(" | nb_syslog(" | ||
+ | |||
exit(0); | exit(0); | ||