|
-
Feb 5th, 2010, 09:02 AM
#1
Thread Starter
PowerPoster
Way for software to discover others on the network?
I am developing a system where multiple client apps are going to communicate with a server app. I will probably use TCPIP classes to facilitate the communication.
However, is there a way that a client install can automatically discover the location of the server software on another machine?
Thanks
-
Feb 5th, 2010, 09:33 AM
#2
Re: Way for software to discover others on the network?
UDP is a great way to do discovery on networks. UDP supports broadcasting, which will send out the message to the entire network (or some specific subnet) and then if someone is lisetening, they can respond to the broadcast, giving you a list of servers available.
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
|