From cc62dff54cfde42bdad19544c6868f49ab8f5a46 Mon Sep 17 00:00:00 2001 From: Joshua Kissoon Date: Wed, 5 Aug 2015 21:40:56 -0400 Subject: [PATCH] Added link to Gleamly article --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 42a3088..ffd2229 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Kademlia ======== This is an implementation of the Kademlia (http://en.wikipedia.org/wiki/Kademlia) routing protocol and DHT. + +I wrote an article [An Introduction to Kademlia DHT & How It Works](http://gleamly.com/article/introduction-kademlia-dht-how-it-works). Have a read. + Kademlia original Publication: http://link.springer.com/chapter/10.1007/3-540-45748-8_5 Note: This repository is a Netbeans project which you can simply download and import.