You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the Chord P2P protocol as discussed in its original paper, also including the protocols to stabilize the network when new peers join or leave.
4
-
The protocol can be implemented as a Java library, together with a simple application that shows how to use the library on a practical case, or it can be simulated (measuring its main performance indicators) using OmNet++.
3
+
This JAVA Library implements the Chord P2P protocol as discussed in [literature](https://en.wikipedia.org/wiki/Chord_(peer-to-peer)). 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.
4
+
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.
0 commit comments