distributed-hash-table
There are 99 repositories under distributed-hash-table topic.
buraksezer/olric
Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service.
freenet/freenet-core
Declare your digital independence
TechnitiumSoftware/Mesh
A secure, anonymous, peer-to-peer, instant messenger!
pubky/pkarr
Public Key Addressable Resource Records (sovereign TLDs)
arriqaaq/chord
Implementation of Chord DHT(Distributed Hash Table) paper
noahlevenson/passerby
Peer-to-peer location services for the decentralized web -- discover what's around you, no central authority required
manuels/bulletinboard-dht
Your internet-wide general-purpose DHT to store key/value pairs
Ianleeclark/Olivia
Go: A distributed, in-memory key-value storage.
codepr/memento
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
p2p-today/p2p-project
A peer-to-peer networking framework to work across languages
bashkirtsevich-llc/aiobtdht
Asyncio Bittorrent DHT server
Benestar/rust-chord
Implementation of Chord - A Distributed Hash Table in Rust
ivan386/lua-dht
Bittorrent DHT Tracker - local tracker for bittorent client and mainline dht client.
shantanu-ai/P2P-File-sharing
This repository is created as a part of the P2p project for Computer Networks (CNT5106C) at the University of Florida for the Master's in Computer Science program. A simplified P2p network where any number of peers can share any type of file among themselves. Implemented in Java.
decanus/bureka
Pastry DHT implementation with a standalone libp2p compatible node
sergey-melnychuk/distributed-algorithms
Implementation of classic distributed algorithms: membership, failure detection, quorum, replication etc.
bashkirtsevich-llc/grapefruit-crawler
Grapefruit 2.0 dht-crawler
jamsesso/meshmap
A distributed hash table implementation
Nephys/plexus
Dependency-free decentralized peer-to-peer network for storage and communication based on the Kademlia distributed hash table.
nmrshll/kademlia-dht-rs
Rust implementation of a kademlia DHT
danrpts/chord
Implementation of the Chord Distributed Hash Table (Stoica et al., 2003); used to build higher-level P2P applications.
itsMatoosh/UnderNet
[Alpha] A P2P mesh distributed network.
metamystical/mdht
Mainline DHT implemented in node.js
geektoni/whanau-sybil-proof-DHT
Implementation of Whanau, a Sybil-proof Distributed Hash Table, using Peersim.
kahuin/kahdemlia
Clojure(script) implementation of the Kademlia DHT
saurabh1907/p2p-distributed-hash-table
Using Tapestry algorithm in Elixir to construct a fault-tolerant distributed hash table for sharing files in a p2p network
distributed-mind/dswarm
dht swarm with websockets and secret handshake
wstrm/camomile
Camomile, the tasty version of Kademlia.
simon-perriard/Distributed-Hash-Table
An Amazon's Dynamo inspired DHT written in C
alessandrofoglia07/p2p-file-sharing-system
Peer-to-Peer File Sharing System that implements a Distributed Hash Table (DHT) with the Chord Protocol in C
dbonfigli/yatorrent
yet another bittorrent client, in rust
harshdeepsokhey/cse586-distributed-systems
CSE 586 Distributed Systems Programming Assignments
nerososft/ceno
distributed register center
swift-libp2p/swift-libp2p-kad-dht
A Kademlia based Distributed Hash Table Implementation for Libp2p
gcp-development/peer-to-peer
Peer To Peer
purehyperbole/dht
A Kademlia distributed hash table implementation for Go with a focus on performance and ease of use