In this assignment we designed a simple distributed key-value storage based on Chord in Android.
Chord-DHT is hosted in the following web site
https://github.com/ameya723/Chord-DHT
If you think the Android project Chord-DHT listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Chord-DHT.
Item | Value |
---|---|
Java File Count | 4 |
Minimum SDK Version | 15 |
Activity Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_PHONE_STATE |
Chord-DHT has the following Java source files.
edu.buffalo.cse.cse486_586.simpledht.Content_Provider.java edu.buffalo.cse.cse486_586.simpledht.Databse_for_CP.java edu.buffalo.cse.cse486_586.simpledht.Project2Activity.java edu.buffalo.cse.cse486_586.simpledht.ServerThread.java