An open API service indexing awesome lists of open source software.

https://github.com/ureeves/akkad

An experimental Kademlia implementation.
https://github.com/ureeves/akkad

kademlia overlay-network p2p

Last synced: 22 days ago
JSON representation

An experimental Kademlia implementation.

Awesome Lists containing this project

README

          

# Akkad

![CI](https://github.com/ureeves/akkad/workflows/CI/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/ureeves/akkad/branch/master/graph/badge.svg)](https://codecov.io/gh/ureeves/akkad)

An experimental implementation of a Kademlia node.

## Dependencies

To build this project you'll need a [Rust toolchain](https://www.rust-lang.org/tools/install).

## Building

To build the project run:

```sh
cargo build
```

To run the tests use:

```sh
cargo test
```

## License

This project is licensed under the MIT license.
See [license.txt](license.txt) file for the full text.