I have a server application that needs to find and exchange small amounts of data with other instances of itself on a local LAN.
This is not a critical piece of the application.
It must be done peer to peer without a central server or advance configuration.
Are there any existing libraries that do something like this?
EDIT
I should mention I am using .NET 2.0 and prefer something based on Windows sockets.