Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgegkonis/chord-dht-analysis
https://github.com/georgegkonis/chord-dht-analysis
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/georgegkonis/chord-dht-analysis
- Owner: georgegkonis
- License: mit
- Created: 2024-06-26T10:51:50.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-14T18:06:45.000Z (4 months ago)
- Last Synced: 2024-09-15T03:37:43.728Z (4 months ago)
- Language: Jupyter Notebook
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chord DHT Implementation & Analysis
## Introduction
THis project is an implementation of the Chord DHT protocol. The Chord protocol is a distributed hash table that enables
the storage and retrieval of data in a distributed network. The protocol is designed to be scalable and fault-tolerant,
and is used in many peer-to-peer applications. The implementation is written in Python and uses the asyncio library for
concurrency.