/Chord---A-Distributed-Hashing-Technique--Android-

Implemented Chord -A Distributed Hashing Technique on android platform. It's practical use could be felt in applications like P2P file sharing or any distributed system. It was implemented using SQLite Database and Content Provider for distributing key-value pairs to respective android phones according to the Hash of Key. SHA-1 algorithm was used for generating 160-bit hash of the key.

Primary LanguageJava

Stargazers