ocaml-dht icon indicating copy to clipboard operation
ocaml-dht copied to clipboard

OCaml bindings for jech/dht

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 [email protected].