Android Open Source - Example assignment Chord-DHT






Project Summary

In this assignment we designed a simple distributed key-value storage based on Chord in Android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Chord-DHT.

ItemValue
Java File Count4
Minimum SDK Version15
Activity Count1
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.READ_PHONE_STATE




Java Source Files

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