搜索资源列表
实现局域网点对点通讯
- C#实现的P2P通信 每个节点同时具备服务器和客户端的功能-C# peer-to-peer communication with the same time each node server and client functions
manet
- 网络定位,可以提供移动自组网的节点的有效定位方法,主要通过音频 -positioning network can provide mobile network from the node to the effective positioning methods, mainly through Audio
P2PNetwork
- NeuroGrid is an approach to decentralized search involving adaptation to ongoing network activity, each successive search changing the knowledge that each network node possesses about the contents of other nodes.
cPP-p2p
- c++实现简单的p2p功能,服务器掌握各节点的文件目录,传文件完全在节点之间完成。-c++ to achieve a simple p2p functions, the server node to acquire all of the file directory, file transfer between the nodes fully completed.
superpeer
- 在P2P系统中实现超级节点功能的Peersim仿真源码-In P2P systems to achieve super-node functionality Peersim simulation source code
Tracker
- 以C#方式实现BT下载过程中的Tracker服务器端。监控链接的客户,提供种子发布,寻找资源,实时更新节点信息-Be achieved in C# in the process of BT download Tracker server-side. Monitor link customers to provide seed release, find the resources, real-time update the node information
frame
- jaxt是用java实现P2P平台的技术,用jaxt实现的PEER结点,以用来实现通信-jaxt is a java platform for the realization of P2P technology, jaxt achieved by PEER node to be used to achieve communication
Grid-and-p2p
- P2P中一种使用缓存和测量的节点选择模式,在此与各位网友分享-The use of P2P in a cache and measurement node selection mode, in this with you friends Share
research_on_collaborative_p2p_system_in_jxta
- 针对目前分布式协同设计软件的特点,本文提出了一种基于jxta协同设计p2p模型"介绍了该模型的总体结构和节点结构、组通信的算法和相应的通信协议的设计、户和系统的双向认证机制"该系统具有高效、分散、安全和健壮等特点"最后以协同绘图作为实例验证了系统的正确性和实用性。-Distributed Collaborative Design view of the current features of the software, this paper, a p2p-based collaborative
Client
- 以C#语言实现BT下载的客户端功能,实现多线程下载,局域网能寻找拥有共同目标的节点-With C# language implementation BT download client-side functionality, multi-threaded download, local area network can have a common goal to find the node
n2n_2.0.0~svn4035-1.diff
- N2N is an encrypted layer two private network using a P2P protocol. Each N2N node has a name and a common encryption key pre-shared among the users that have been invited to join the network (community).
P2Pfiletracnce
- 在P2P技术的应用过程中,需要考虑的问题甚多,包括网络中共享文件的发现机制,数据传输的完整性和传输过程中的效率和安全性问题,还包括网络中节点的负载均衡问题等等。本文主要完成了下面几个工作:1)采用基于超节点的混合型P2P网络拓扑结构,列出常见的资源定位搜索算法,进行比较,并选择Chord算法作为本系统资源定位搜索算法的基础,做出改进。 2)设计系统框架。将P2P应用系统的结构分为拥有设置和显示功能的用户应用层,拥有文件共享机制和节点发现及超节点选择机制的通知层和拥有文件上传和下载功能的网络传
clover
- 众所周知,P2P技术现在非常流行。我们的作品实现了一个纯P2P的,用户之间对等的视频共享平台。作品在下层开发了基于非结构化的P2P查找协议(我们命名为Plam-P2P协议),上层实现了P2P结点之间的文件传输与视频实时播放。在这个平台中,所有在线用户分享自己的视频文件或其他文件,其他在线用户可以通过查找协议找到资源进行下载或实时播放。目前,我们已经开发出第一版应用软件(我们命名为Clover),该软件基本完成了设计目标,可进行文件的查找、下载和视频文件的实时播放。-As we all know,
Research-of-DHT-Algorithm-based-P2P-
- P2P 网络相对于CS 模式网络具有去中心化,可扩展性,健壮性,高性能,负载均衡等优点。本文介绍了4 种基于DHT 的P2P 算法:Chord, Can, Pastry, Tapestry。详细分析了各算法的组织结构,查找方法,结点插入退出,路由方法及性能,并对它们的算法效率进行了比较研究。-The P2P network relative to CS mode network to the center of the advantages of scalability, robustness,
Security-handshake-of-P2P
- 讲述了证书颁发,数字签名,节点与节点间的认证和通信等-About the Certificate, digital signature, between the node and the node authentication and communication, etc.
p2p_demo.net
- p2p中内网节点床头的功能。使用.net开发-p2p network node in the function of the bed. Use. Net development
Blocking-EDS
- Since RREQ packets are flooded throughout the network, this algorithm does not scale well to large networks. If the destination node is located relatively near the source, issuing a RREQ packet that potentially pass through every node in the network
ksp
- k最短路径实现 用K条最短路径来优化网络传输方式,提高网络的实时性,是在Dijkstra最短路径的基础上,优化备选路径的生成方式,提高信息传输速度。在中继节点故障的情况下,放弃最短路径,使用源节点的次最短路径进行信息传输,而不使用故障节点的前一节点的次最短路径。(K shortest path implementation The shortest path of K bar is used to optimize the network transmission mode and impr