Skip to content

mkushnir/mrkdht

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mrkdht

A simple (and experimental) implementation of Kademlia core network management functions, such as ping, lookup closest nodes, network join, routing table refresh.

This implementation in contrast to the original specification uses 64-bit wide identifiers (the original Kademlia specifies 160-bit identifiers). 64-bit value space is much more susceptible to collisions than the 160-bit wide one, and cannot be used in large-scale networks. I decided to use 64-bit keys merely as a starting point in an experimental implementation, because operations on 64-bit keys are just easier to implement in C.

I implemented it on top of my other libraries: mkushnir/mrkcommon, mkushnir/mrkthr, mkushnir/mrkdata, mkushnir/mrkrpc.

TODO

Data management functions: store value, lookup value, replicate value, value expiration.

Limitations

At the moment, this implementation is limited to the FreeBSD operating system.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors