I'm trying to write a simple disconnected "client-server" application.
where new application just broadcast the network to try to find peers
apparently I have to use UDP, but I didn't manage to find a clear
explanation and/or a simple example.
does any one of you could provides me some links ?
(in C# ?)
Lloyd:
Check out my article on
http://www.knowdotnet.com/testsite/articles/udpbroadcastmessage.html
I wrote it in VB.NET but the conversion is simple - as a matter of fact,
we're still proofing everything before we go live and I' should have the C#
version ready tomorrow (I think we're posting tomorrow night) but I can send
it to you if you have any troubles.
Good Luck,
Bill
> I'm trying to write a simple disconnected "client-server" application.
> where new application just broadcast the network to try to find peers
[quoted text clipped - 4 lines]
> does any one of you could provides me some links ?
> (in C# ?)