Skip to content
Rui Mangas edited this page Oct 27, 2015 · 8 revisions

Welcome to the dev-registry-global wiki!

DHT Options:

Kademlia

Advantages:

  • Fast XOR-based routing
  • Well known, powerful DHT
  • Parallel lookup/routing mechanism (avoids bottlenecks)
  • Only one routing mechanism from start to finish
  • Many implementations exist for all kinds of languages

Disadvantages:

  • Key,value pairs expire 24 hours after the original publication

TomP2P

http://tomp2p.net/

Advantages:

  • Java-based, easy to use
  • based on Kademlia, fast routing

Disadvantages:

  • No updates since May 2015

Chord

Advantages:

  • Well known, powerful DHT
  • Many implementations exist for all kinds of languages

MIT Chord

https://github.com/sit/dht/wiki

Advantages:

  • Well known implementation

Disadvantages:

  • No code updates for the original MIT-version in the past 8 years !

#Open Chord

http://open-chord.sourceforge.net

Disadvantages:

  • No code updates since April 2013

BitTorrent

Advantages:

  • Well known DHT implementation
  • Many client implementations exist

https://en.wikipedia.org/wiki/Comparison_of_BitTorrent_clients

Vuze

http://dev.vuze.com/

Pastry

#FreePastry

http://www.freepastry.org/FreePastry/

Disadvantages:

  • No code updates since March 2009

CAN

Clone this wiki locally