21 comments

[ 9.2 ms ] story [ 51.8 ms ] thread
Er, this 2008 BEP is widely known and referenced and was updated in 2013.

Doesn't seem worth a post.

On other hand, it would be worthwhile if a reader had a paper for an alternative with better attributes. I wonder what the state-of-the-art is in these things.
Anyone know of a good python or java implementation of Kademila DHT that this is based on?

Edit:

Found a list:

https://en.wikipedia.org/wiki/Kademlia#Implementations

Would still like to hear your impressions if you have used any of them.

TomP2P is really great!
TomP2P is mature enough to run in an closed environment (easy network conditions). We are currently working on making it run (relaying, NAT, UPNP) stable in the Internet.
Since we're talking about DHT's, does anybody know what happened to OpenDHT? That had a lot of buzz and activity at one point in time, then just kinda disappeared.

And on the same note... is there a generally available, sort of "free for all" DHT system out there now? If not, what stops one from existing?

Just curious, as it seems like DHTs have lots of uses, but it seems redundant for every app that needs one, to re-implement their own DHT network.

You mean an open library? Or do you actually mean a unified DHT network, with many different applications all using the same network?
It may not be the implementation you referred to, but https://github.com/savoirfairelinux/opendht

exist and is used by the Ring distributed communication platform along with SIP (ring.cx) to implement the account less, P2P and PKI encrypted communication.

(disclaimer, I have previously worked on Ring.cx)

Are there any experiments with incentivized distributed hash tables? eg. nodes could be paid bitcoin or something for servicing the network.
> Are there any experiments with incentivized distributed hash tables? eg. nodes could be paid bitcoin or something for servicing the network.

http://filecoin.io/ is supposed to be this, but it hasn't been fully implemented yet. http://ipfs.io/, which is the generalized DHT framework without the incentives, is fairly functional at this point.