Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

nojb/ocaml-dht

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocaml-dht

OCaml bindings for jech/dht, a tiny and efficient C library used to access the BitTorrent DHT. This project used to contain a pure OCaml implementation of the DHT extracted from MLdonkey, but it was too unstable for heavy-duty use so it has been replaced by these bindings. The pure OCaml implementation might return if I can fix it.

Installation

make
make install

More docs to come once this is more stable.

Documentation

See online.

Usage

See find_ih.ml for a very simple example of how to use the library.

LICENSE

MIT.

Contact

Nicolas Ojeda Bar at n.oje.bar@gmail.com.