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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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