No description
  • Rust 79.7%
  • RenderScript 20.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-07-19 11:17:33 -06:00
.idea Linked hashmap change 2024-09-06 19:35:22 -06:00
src Thread join 2024-10-14 12:14:04 -06:00
.gitignore first commit 2024-04-15 11:43:30 -06:00
Cargo.lock Bencode testing 2024-04-22 10:41:17 -06:00
Cargo.toml Library working 2024-05-22 18:37:43 -06:00
LICENSE Create LICENSE 2024-04-15 11:44:48 -06:00
README.md Update README.md 2025-07-19 11:17:33 -06:00

GitHub release

rKad4

Kademlia DHT compatible with BitTorrent protocol that uses Rust

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

Important

For more info go to Project Website

Why / 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. No dependancies

Implementation

Implementing rKad4 is very easy, just download the files and add it as a library to your project. Here are some Example usages or you can take a look at our Documentation