rlibdht 0.1.0

Rust DHT library
Documentation
  • Coverage
  • 0%
    0 out of 342 items documented0 out of 256 items with examples
  • Size
  • Source code size: 159.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 18.22 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • sectorrent/rlibdht
    5 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DrBrad

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.