Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
faq:wol [2015/07/24 14:48] – created dotolifaq:wol [2015/07/24 14:49] dotoli
Line 9: Line 9:
 SDK script ether-wake.are: SDK script ether-wake.are:
 if (nb_etherwake("11:22:33:44:55:66", "LAN1") != 0) { if (nb_etherwake("11:22:33:44:55:66", "LAN1") != 0) {
-    nb_syslog("Unable to send WakeOnLan packet"); +  nb_syslog("Unable to send WakeOnLan packet"); 
-    exit(1);+  exit(1);
 } }