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
Implemented a peer to peer Distributed Hash Table based on the Chord protocol. Partitioning/Repartitioning is done by SHA1 hash function and Routing is ring based. The model handles node joins and node failures. (Tool: Android Studio, Language: Java)