资源列表
vuze
- vuze是一个开源p2p软件,很不错,强烈推荐哦
p2p领域里的chord源代码
- p2p领域里德经典模型
简单的P2P程序
- 程序说明: 1.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: Server:程序服务端,请将其放在公网上运行. Client:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新完善..
远程控制
- C#实现的远程控制
eMule 0.50a
- eMule 最新发布源码 0.50a
一个小型聊天室的实例
- 一个聊天室程序,c/s模式。
p2p
- p2p网络程序,可以对等的传输文件,支持断点续传。输入IP,port号-p2p network program, you can transfer files on an equal footing to support HTTP. Enter the IP, port number
edonkey src 电骡源代码
- edonkey source code part of main Pro
UDPTestP2P 一个java使用UDP穿透NAT
- 一个java使用UDP穿透NAT.由于UDP的无连接的,所以需要自己维护连接的代码,已通过测试。-Java using UDP through a NAT. The UDP' s connectionless, so it is necessary to maintain their own connection code has been tested.
P2P 用MFC中CSocket的UDP协议实现简单的P2P通信
- 用MFC中CSocket的UDP协议实现简单的P2P通信,包括P2P通信协议的设计与实现,多用户聊天室的实现。-MFC CSocket with the UDP protocol in a simple P2P traffic, including P2P communication protocol design and implementation to achieve multi-user chat rooms.