G
gregory_may
First two links about UDP:
Microsoft Overview of UDP
http://msdn.microsoft.com/library/d.../en-us/cpguide/html/cpconusingudpservices.asp
C# TCP/UDP Client/Server Example
http://www.dotnet247.com/247reference/a.aspx?u=http://www.csharphelp.com/archives/archive134.html
VB Broadcast Class
http://www.knowdotnet.com/articles/udpbroadcastmessage.html
I am trying to create an UDP broadcast to a series of computers (In vb.net).
I would like to allow a new computer to also listen to the broadcast. How
can I synchronize the new machine to the UDP stream?
On a related topic, how can I to recover from a UDP Broadcast dropping
packets?
I think the above source code is a good starting point but don't know how to
UDP works well enough to know how to do the client side error handling. If
I can just know that I didn't get a complete message, that would be a great
start.
So, How do I synchronize & detect errors in a UDP Client? Any one have some
thoughts here? Is it already built in?
Thanks!
Microsoft Overview of UDP
http://msdn.microsoft.com/library/d.../en-us/cpguide/html/cpconusingudpservices.asp
C# TCP/UDP Client/Server Example
http://www.dotnet247.com/247reference/a.aspx?u=http://www.csharphelp.com/archives/archive134.html
VB Broadcast Class
http://www.knowdotnet.com/articles/udpbroadcastmessage.html
I am trying to create an UDP broadcast to a series of computers (In vb.net).
I would like to allow a new computer to also listen to the broadcast. How
can I synchronize the new machine to the UDP stream?
On a related topic, how can I to recover from a UDP Broadcast dropping
packets?
I think the above source code is a good starting point but don't know how to
UDP works well enough to know how to do the client side error handling. If
I can just know that I didn't get a complete message, that would be a great
start.
So, How do I synchronize & detect errors in a UDP Client? Any one have some
thoughts here? Is it already built in?
Thanks!