Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 630 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 630 Bytes

In this Android project I design a simple Distributed Hash Table based on Chord for multiple android devices sending messages among themselves.
There are specifically three things that I have implemented:

  1. ID space partitioning/re-partitioning
  2. Ring-based routing
  3. Node joins

Steps Taken:
  1. Writing the Content Provider
  2. Writing the Main Activity

Other Files:
  1. Create AVDs - create_avd.py
  2. Run AVDs - run_avd.py
  3. Establish Connection - set_redir.py
  4. Test application - simpledht-grading.linux