Skip to content

A Java implementation of the Chord protocol and algorithm for a peer-to-peer distributed hash table.

Notifications You must be signed in to change notification settings

thestarivore/java-p2p-chord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chord P2P protocol

This JAVA Library implements the Chord P2P protocol as discussed in literature. Includes the protocols to stabilize the network when new peers join or leave, and the network can include local clients as well as remote clients by using the public IP address. Although the protocol is implemented as a Java library, it comes together with a simple application that shows how to use the library in a practical case.

About

A Java implementation of the Chord protocol and algorithm for a peer-to-peer distributed hash table.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages