0

I'm coding using C++ WinAPIs for Windows and I was wondering if it's possible to implement the Wake-On-LAN functionality for a client computer (running Windows 7) via an Internet connection and not just LAN?

ahmd0
  • 16,633
  • 33
  • 137
  • 233

1 Answers1

0

LogMeIn.com has a "Wake On LAN" feature that looks like it does this - I have no idea if it works, or how it works.

If I were doing this, I would:

1) have a web server (on the same LAN as your PC) listening for "Wake on LAN" requests,

2) have the web server issue the request.

IMHO...

PS:

You could always try installing LogMeIn (it's free), and see if it does what you need:

http://www.logmein.com

paulsm4
  • 114,292
  • 17
  • 138
  • 190