I'm trying to write an app for android that will wake up my computer from its sleep state. I've found many posts on how to do that and am confident that piece of my code will work.
My question is after the computer wakes up, I have it set to require a username/password in order to get in. Is it possible to send a packet from my application to the PC in order to log in to the computer? I've done some Googling on this part of the issue but haven't come across anything yet.
The end goal is to be able to use my android application to automate some things on my PC without have to be at the PC. There will be a c# application running on my PC which the android app talks to in order to accomplish this task.
Thanks