Simple UDP Socket Tutorial Needed [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI 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.
Try these:
- Socket Code Examples
- Testing TCP and UDP socket servers using C# and .NET
- Simple UDP example code
Remember: Google is your friend.
精彩评论