Results 1 to 4 of 4

Thread: Remote Program Client

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2008
    Posts
    32

    Question 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.

  2. #2
    Member adamj12b's Avatar
    Join Date
    Jan 2005
    Location
    Charlton Mass
    Posts
    51

    Re: Remote Program Client

    IDK if its the best way, but you could try sockets.

    -Adam

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2008
    Posts
    32

    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

  4. #4
    New Member
    Join Date
    Feb 2009
    Posts
    3

    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
  •  



Click Here to Expand Forum to Full Width