ATTENTION: For more info and latest version, refer to https://github.com/estigma88/jdhtuq.
jDHTUQ is a peer-to-peer DHT system based in Chord algorithm, but built like API to generalize the implementation of peer-to-peer DHT systems. jDHTUQ have two fundamental services , put and get of resource.
Features
- Reusable api for lookup and storage
- One implementation of Chord algorithm
- One implementation of a resources management (DHash)
- Spring Boot Starters for easy setup
- Independent communication module configurable
- Peer to peer communication simulation using a data structure
- Peer to peer network communication using sockets
License
GNU General Public License version 3.0 (GPLv3)Follow jDHTUQ
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
The code depicting Chord is working good !!! Thanks a lot !!! My requirement is to choose a directory instead of a file, and copy the directory to the correponding node, where the hashed directory path matches. Can you just specify the files that needs to be modified for the same