java - Chord p2p distributed hash table (dht) implementation over http protocol -


i have implement chord protocol on http project until i've considered 3 ways:

  1. using jxta in java

  2. try edit open-chord [which uses tcp/ip]

  3. coding scratch using sockets in java

any help?

jxta dht plus many, many other things. jxta not going you; "finished" p2p library.

go it, implement yourself. difficulty lies in getting chord algorithm right, not communication using http. hacking (in proper sense) open-chord or chordlessmay you.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -