Results 1 to 2 of 2

Thread: Way for software to discover others on the network?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Question 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

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    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
  •  



Click Here to Expand Forum to Full Width