项目作者: MdMahaboobKhan

项目描述 :
A simple Distributed Hash Table based on Chord for multiple android devices.
高级语言: Java
项目地址: git://github.com/MdMahaboobKhan/Chord-DHT.git
创建时间: 2020-06-03T17:57:16Z
项目社区:https://github.com/MdMahaboobKhan/Chord-DHT

开源协议:

下载


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