搜索资源列表
P2Pprogram
- 使用了.net2005集成开发环境,用C#语言进行编写,所以此可执行程序运行需要在.net Framework2.0环境下。使用套接字基于UDP协议进行网络编程,实现了混合式P2P通信,达到资源(这里资源是一个句子)共享,混合式即有一个中心(索引)服务器,若干个客户端,客户端通过中心服务器进行组网,中心服务器负责记录每个客户端的IP、端口和其提供的关键字以及所请求的关键字,把客户端请求的关键字与已经连进此网络的客户端们所提供的关键字进行匹配,若相等则把有此资源的客户端IP和端口发送给请求者,这样
C#UDP通信
- UDP通信 P2P聊天
P2P
- 利用了UDP打洞技术.分服务器端跟客户端.服务器端负责登陆记录用户的IP和端口及转发打洞消息-Use of UDP hole punching techniques. Sub-server-side with the client. Server-side is responsible for landing records the user' s IP and port holes, and forwarding the message
ZQ.P2PServer.UDP
- C#p2p udp 打洞,经过测试可以在公网上运行-C# p2p udp holes, after the test can be run online in the public
Csharp1
- C#网络编程教案 第1章 进程、线程与络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 …… -C# Network Programming Chapter 1, the process of lesson plans, thread and network protocol TCP Application Programming Chapter 2 Chapter 3 Chapter UDP Appl
