jDHTUQ is a simple, Java based peer-to-peer DHT system based in Chord algorithm, but built to generalize the implementation the peer-to-peer DHT system. It have two services fundamental, put and get of resource.
Here are some key features of "jDHTUQ":
· Layered Architecture
· Lower coupling
· Easily adaptable to any routing algorithm
· Easily adaptable to any resources management
· Independent communication module configurable
· Implementation of two forms of communication, one in data struture and another on the network
· Xml properties files
· Xml-based communication
· One implementation of Chord algorithm
· One implementation of a resources management (DHash)
· Gui-oriented education
Requirements:
· Java