Skip to content

sectorrent/jlibdht

Repository files navigation

jlibdht

Kademlia DHT compatible with BitTorrent protocol that uses Java Reflect

  • If your looking for a lower level version of this try rlibdht which is a version of this project made in Rust.

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.

Implementation

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

Library

The Kad4 jar can be downloaded

Releases

No releases published

Packages

No packages published

Languages