|
-
Jan 29th, 2009, 03:08 PM
#1
Thread Starter
Member
Remote Program Client
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.
-
Feb 4th, 2009, 03:58 PM
#2
Member
Re: Remote Program Client
IDK if its the best way, but you could try sockets.
-Adam
-
Feb 4th, 2009, 09:01 PM
#3
Thread Starter
Member
Re: Remote Program Client
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.p...8&goto=newpost
-
Feb 26th, 2009, 07:16 PM
#4
New Member
Re: Remote Program Client
http://www.vbtraininground.com/?p=29 You can try this, it doesn't use tcp listeners but is controlled through irc
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|