rlibdht 0.1.0

Rust DHT library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rlibdht
Kademlia DHT compatible with BitTorrent protocol that uses Rust
- If your looking for a version for Java try [rlibdht]https://github.com/sectorrent/jlibdht.

> [!IMPORTANT]
> You will need the dependancy [rlibbencode]https://github.com/sectorrent/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.