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:
using jxta in java
try edit open-chord [which uses tcp/ip]
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
Post a Comment