chord-protocol
There are 80 repositories under chord-protocol topic.
James-QiuHaoran/structured-p2p-overlay-network
Final Year Project @HKU Department of Computer Science | HGFRR includes a new peer-to-peer network protocol that improves communication efficiency and security among peers, and an implementation of a fast, secure blockchain system on top of this P2P network.
zllovesuki/specter
like ngrok, but more ambitious with DHT for flavor
bhavinkotak07/chord_protocol
Implementation of Distributed hash table - Chord Protocol
danrpts/chord
Implementation of the Chord Distributed Hash Table (Stoica et al., 2003); used to build higher-level P2P applications.
arush15june/chord-golang
Implementation of the Chord Protocol in Golang.
teomores/chord_omnetpp
OMNeT++ implementation of the Chord P2P protocol as discussed in its original paper.
alessandrofoglia07/p2p-file-sharing-system
Peer-to-Peer File Sharing System that implements a Distributed Hash Table (DHT) with the Chord Protocol in C
hexafluoride/Chordette
Simplified implementation of the Chord DHT model for learning purposes
quarterblue/balancer
Fault-tolerant implementation of Chord DHT
ClosetGeek-Git/Sword
Distributed P2P message routing and node discovery system using Chord protocol and Swoole coroutine library.
ivangalbans/AIRfly
Distributed streaming music platform that uses a particular implementation of a DHT (Distributed Hash Table) known as Chord. Implemented in C# 4.7.1 ASP.NET Core and Windows Communication Foundation (WCF).
martinigoyanes/chord
Chord implementation in C.
rlanga/msc-individual-project
Implementing a scalable peer-to-peer key value store in an actor model framework
ryogrid/gord-overlay
Gord-Overlay: DHT based simple distributed key-value store whose nodes communicate on NAT transparent overlay network
taylorflatt/go-chord-implementation
Simple implementation of the CHORD lookup algorithm with custom or generated active nodes.
arendondiosa/DHT
Distributed Hash Table - CHORD Example
ClosetGeek-Git/Chord
PHP Chord DHT routing table and peer discovery
DhruvaKumarS/Distributed-Systems
CSE586 Course Projects - Spring 2017
DmMeta/ChordSeek
A CLI Python tool for fast lookups based on Chord protocol
Er-AbhishekRaj07/Chord-DHT-P2P-Network
◦ Simulated a Chord Protocol : A Scalable peer-to-peer lookup service for internet applications that implements a Distributed Hash Table.
fauzxan/dns-chord
Implementing DNS functionality using chord framework
rachit-ranjan16/chord
Elixir Implementation for Chord Protocol using Erlang OTP
raghusaripalli/Distributed-Systems
F#, AKKA, Actor Models, Gossip Protocol, Chord Protocol, Bitcoin mining, Twitter Clone
Sofosss/CEID-ChordSeek
A CLI Python tool for fast lookups based on Chord protocol
VedangJoshi/Chord-Protocol
Code to simulate the Chord protocol
Bonifatius94/Chord.Lib
Little fun implementation of the Chord protocol
francescopont/Chord
The Chord protocol
Milwaukee-Bugs-NTUA/jac
J.A.C.: Just Another Chord implementation. A simpler implementation of Chord [1], a scalable P2P lookup service for internet applications.
rayniel95/distributed-cms-Massiel-Villalba-Rayniel-Ramos
Distributed Content Management System with crash fault tolerance.
SiriusNEO/DHTengu
Tengu App is a p2p music player based on a DHT (chord & kademlia protocol) implementation in Golang. SJTU PPCA 2021 Project.
takis104/WiCHORD-chord-application-P2P-Wireless-Sensor-Network-IoT
Advanced Wireless Sensor Network Overlay Based on the Chord Protocol. An approach on how to adapt the Chord Protocol from Distributed Hash Tables on Wireless Sensor Networks using the LoRa communication technology.
uom-cse-realitix/distributed-file-search
A distributed methodology to search files in a system.
vbala29/Chord-P2P-File-Searching
A P2P (Peer to Peer) document searching service that implements the Chord distributed hash table protocol. Clients run a multithreaded application to find and retrieve files in the network efficiently.
ziagham/Distributed-Hash-Table
Distributed Hash Table (DHT) based on chord protocol