Creating Discoverable Network Resources (.NET)

Posted by Ady on Stack Overflow See other posts from Stack Overflow or by Ady
Published on 2010-03-16T22:45:46Z Indexed on 2010/03/16 22:51 UTC
Read the original article Hit count: 223

Filed under:
|
|

Is it possible to create a discoverable network resource in .NET?

What I would like to acheive is a means of auto discovery for applications that run on a private network. The architecture will be similar to a client / server application, however the server could be any computer on the network. While the client would not be aware of the specific IP address that would be the server.

I assume I would need some form of multicast, however not having used multicasting before I don't even know where to start.

I guess when the client starts up it would broadcast an "is anyone there" message. Then each server could respond with details of their IP for future communication.

Many Thanks, Ady

© Stack Overflow or respective owner

Related posts about .NET

Related posts about multicast