Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.28 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.28 KB

Build Status GitHub release

Kad4

Kademlia DHT compatible with BitTorrent protocol that uses Java Reflect

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

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.

Implementation

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

Library

The Kad4 jar can be downloaded here