Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

anirul/miniDHT

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
134 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniDHT

Authors

  • anirul (Frederic DUBOUCHET)
  • mic (Michael JAUSSI)

Description

My aim was to make a DHT (Distributed Hash Table) written in C++ with not too many dependencies. The DHT itself is based on Kademlia protocol. This is the implemetation used in many project including BitTorrent.

  • miniDHT/* actual DHT (only part needed if you want to use it).
  • Tests/* various examples.

The cmake file will generate the library and compile the protobuffer file on his own.

Dependencies

  • boost (ASIO)
  • openSSL (SHA256 AES)
  • sqlite3 (database managment)
  • protobuf (google::protocole serialization)

TODO list

  • Add a routing algorithm (in receive and send)
  • Find a way to speed it up!

About

small C++ DHT to build project on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.