开发者

Simple UDP Socket Tutorial Needed [closed]

开发者 https://www.devze.com 2022-12-17 13:01 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

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.


Try these:

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

Remember: Google is your friend.

0

精彩评论

暂无评论...
验证码 换一张
取 消