Skip to content

Commit 0b1002a

Browse files
authored
Update README.md
1 parent 95f6b45 commit 0b1002a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**P2P with Chord**
1+
# Chord P2P protocol
22

3-
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

Comments
 (0)