Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 299 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 299 Bytes

Kademlia Example Node

Description

This is an example Kademlia Node implementation using the Kademlia routing protocol.

For the implementation of the protocol see https://github.com/cgrotz/kademlia

Usage

java -jar kademlia-example.jar <binding_hostname> <binding_port> <database_file>