Description: 非常著名的P2P计算项目的源代码。对于研究P2P的拓扑构造、DHT算法等有着巨大的帮助-most famous peer-to-peer computing project's source code. For research P2P topology structure, DHT algorithm has a tremendous help Platform: |
Size: 82967 |
Author:steven |
Hits:
Description: 非常著名的P2P计算项目的源代码。对于研究P2P的拓扑构造、DHT算法等有着巨大的帮助-most famous peer-to-peer computing project's source code. For research P2P topology structure, DHT algorithm has a tremendous help Platform: |
Size: 82944 |
Author:steven |
Hits:
Description: java 实现的P2P Chord算法。chord算法是结构式的P2P搜索与管理协议,比非结构式算法简单高效,比较适合实时多媒体传输的系统结构。-java achieve P2P Chord algorithm. Chord algorithm is structured P2P search and management agreement than non-structured algorithm is simple and efficient, more suitable for real-time multimedia transmission systems architecture. Platform: |
Size: 212992 |
Author:raosiyong |
Hits:
Description: Kademlia协议(以下简称Kad)是美国纽约大学的PetarP. Maymounkov和David Mazieres.
在2002年发布的一项研究结果《Kademlia: A peerto -peer information system based on
the XOR metric》。
简单的说,Kad 是一种分布式哈希表(DHT)技术,不过和其他DHT 实现技术比较,如
Chord、CAN、Pastry 等,Kad 通过独特的以异或算法(XOR)为距离度量基础,建立了一种
全新的DHT拓扑结构,相比于其他算法,大大提高了路由查询速度。
在2005 年5 月著名的BiTtorrent 在4.1.0 版实现基于Kademlia 协议的DHT 技术后,
很快国内的BitComet 和BitSpirit 也实现了和BitTorrent 兼容的DHT 技术,实现
trackerless下载方式。
另外,emule 中也很早就实现了基于Kademlia类似的技术(BT中叫DHT,emule中也叫
Kad,注意和本文简称的Kad 区别),和BT 软件使用的Kad 技术的区别在于key、value 和
node ID 的计算方法不同。-We describe a peer-to-peer system which has provable
consistency and performance in a fault-prone
environment. Our system routes queries and locates
nodes using a novel XOR-based metric topology that
simplifies the algorithm and facilitates our proof.
The topology has the property that every message
exchanged conveys or reinforces useful contact information.
The system exploits this information to
send parallel, asynchronous query messages that tolerate
node failures without imposing timeout delays
on users. Platform: |
Size: 509952 |
Author:libing |
Hits:
Description: 实现了P2P系统中采用的一种DHT算法——Chord算法,能够有效地节省节点存储的路由信息。经过测试,在局域网环境下可以达到10M/s。-Chord, one of DHT algorithms which can spare memory efficentily applied in the peer-to-peer network has been implemented. The transmisson speed in LAN reaches 10M/s. Platform: |
Size: 8508416 |
Author:李栋 |
Hits:
Description: Kademlia协议(以下简称Kad)是美国纽约大学的PetarP. Maymounkov和David Mazieres.
在2002年发布的一项研究结果《Kademlia: A peerto -peer information system based on the XOR metric》。
简单的说,Kad 是一种分布式哈希表(DHT)技术,不过和其他 DHT 实现技术比较,如 Chord、CAN、Pastry 等,Kad 通过独特的以异或算法(XOR)为距离度量基础,建立了一种 全新的 DHT 拓扑结构,相比于其他算法,大大提高了路由查询速度。-Kademlia Agreement (Kad) is a New York University' s PetarP. Maymounkov and David Mazieres. In 2002, a study released " Kademlia: A peerto-peer information system based on the XOR metric" . Simply put, Kad is a distributed hash table (DHT) technology, but compared with other DHT implementation technologies, such as Chord, CAN, Pastry, etc., Kad through a unique algorithm to different or (XOR) as a distance measure based on DHT established a new topology, compared to other algorithms, which greatly improves the speed of routing queries. Platform: |
Size: 221184 |
Author:MeterCai |
Hits: