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.
- Host: GitHub
- URL: https://github.com/ureeves/akkad
- Owner: ureeves
- License: mit
- Created: 2020-02-12T23:59:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T08:48:35.000Z (over 6 years ago)
- Last Synced: 2025-03-04T19:46:58.650Z (over 1 year ago)
- Topics: kademlia, overlay-network, p2p
- Language: Rust
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Akkad

[](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.