搜索资源列表
Quick
- 一个可以用 UDP 发送数据的示例程序,C# UDP 编程的起步代码
P2Pprogram
- 使用了.net2005集成开发环境,用C#语言进行编写,所以此可执行程序运行需要在.net Framework2.0环境下。使用套接字基于UDP协议进行网络编程,实现了混合式P2P通信,达到资源(这里资源是一个句子)共享,混合式即有一个中心(索引)服务器,若干个客户端,客户端通过中心服务器进行组网,中心服务器负责记录每个客户端的IP、端口和其提供的关键字以及所请求的关键字,把客户端请求的关键字与已经连进此网络的客户端们所提供的关键字进行匹配,若相等则把有此资源的客户端IP和端口发送给请求者,这样
TinyUDP_src
- 用socket的UDP发送接收信息的, VB.Net源代码。 -With the UDP send socket to receive the information, VB.Net source code.
NetServ
- udp自动转发程序,在服务器端运行程winnetserv.exe后就会自动把client.exe发送过来的udp包转发到指定的ip地址-udp automatically forward procedure at the server side to run automatically after the way winnetserv.exe put client.exe sent forward the udp packets to a specific ip address
udpradio
- VB.net 发送和接收基于UDP的广播
UDPDaDong
- UDP打洞测试程序,实现点对点信息传输,C#提供了Sockets来进行套接字的编程,里面包含了TcpClient和UdpClient。用过的大家都知道Tcp发送消息更安全,而Udp传送数据容易丢包,但速度快,能穿越防火墙。目前比较流行的QQ聊天工具底层传输协议用户的就是Udp协议(不知道现在该没)。-UDP hole punching test program, peer-to-peer information transmission, C# Sockets to socket program
test
- 一个UDP 发送与接收数据的程序,测试通过。-一个UDP 发送与接收数据的程序..测试通过。
UDPtx
- 能够完成数据使用UDP协议向任何IP的端口发送数据-Able to complete data using UDP protocol to any TCP/IP port to send data
UdpSendReceive
- 使用udp进行大文件发送的源码,高效,也很容易理解。-For sending large files using udp source, efficient, and very easy to understand.
UDPTest
- VB.NET下实现UDP组播功能,包含发送端和接收端-VB.NET under the UDP multicast features, including sending and receiving ends