Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


wakelan.c | 36 comments | Create New Account
Click here to return to the 'wakelan.c' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
wakelan.c
Authored by: victory on Mar 05, '02 06:02:53PM
Since at least one person has asked, here's the link to a small C prg that will send the magic WOL packet.
You will need to add the following line:
#include <unistd.h>
to the wakelan.c file, but it should configure/make just fine after that. This is a decent page of info for anyone interested in WOL.

[ Reply to This | # ]