rlibdht

Crates.iorlibdht
lib.rsrlibdht
version0.1.0
created_at2025-06-25 19:58:50.222777+00
updated_at2025-06-25 19:58:50.222777+00
descriptionRust DHT library
homepage
repositoryhttps://github.com/sectorrent/rlibdht
max_upload_size
id1726354
size160,195
Brad (DrBrad)

documentation

README

rlibdht

Kademlia DHT compatible with BitTorrent protocol that uses Rust

  • If your looking for a version for Java try rlibdht.

[!IMPORTANT] You will need the dependancy rlibbencode.

About

Distributed Hash tables don't have allot of documentation online nor are their many libraries that are easy to use and customization. This library offers an easy to use approach to DHTs. You can create your own RoutingTable, Messages, EventHandlers, and Refresh Tasks.

Implementation

Implementing rlibdht is very easy, just download the files and add it as a library to your project.

Commit count: 0

cargo fmt