Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple UDP Socket Tutorial Needed [closed]

Tags:

c#

.net

sockets

udp

I have been searching and reading all day, and have not found a UDP sockets programming tutorial suitable for a newbie. I know UDPClient programming, but, because of the inability of UDPClient to receive a message without blocking AND without having problems with cross-thread commands, I have turned to sockets. I don't even truly know if what I am trying to do is possible, so please help in any way you can. Much Obliged.

like image 668
Bloodyaugust Avatar asked Jan 15 '10 02:01

Bloodyaugust


1 Answers

Try these:

  • Socket Code Examples
  • Testing TCP and UDP socket servers using C# and .NET
  • Simple UDP example code

Remember: Google is your friend.

like image 94
Rubens Farias Avatar answered Oct 14 '22 13:10

Rubens Farias