PDA

Click to See Complete Forum and Search --> : Remote Program Client


g19max1
Jan 29th, 2009, 02:08 PM
I am developing a computer application designed to monitor the network and CPU statistics on a computer remotely. The monitored computer would have my program installed and the monitoring computer would display, in a form, the information being sent from the remote client.

The application does not send any information regarding packets, user names, passwords, etc. It is solely meant for monitoring CPU performance and Network resources remotely.

What would be the best method to send this information over to my host machine?

I am programing in Visual Studio 2008 on windows XP. The client machine is also XP. I know this sounds a little shady, but it is required for my little business (http://www.iquorum.net) to monitor what and when something happens on our machines when I and my employees are away.

Thank you in advance for any suggestions.:)

adamj12b
Feb 4th, 2009, 02:58 PM
IDK if its the best way, but you could try sockets.

-Adam

g19max1
Feb 4th, 2009, 08:01 PM
Someone suggested tcp listeners.

Do you know anything about them?

I have another thread with some more info on this here:

http://www.vbforums.com/showthread.php?t=555868&goto=newpost

mcdonaldwr
Feb 26th, 2009, 06:16 PM
http://www.vbtraininground.com/?p=29 You can try this, it doesn't use tcp listeners but is controlled through irc