https://github.com/bluk/waynode
https://github.com/bluk/waynode
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluk/waynode
- Owner: bluk
- License: apache-2.0
- Created: 2020-05-11T00:47:55.000Z (about 6 years ago)
- Default Branch: trunk
- Last Pushed: 2025-03-18T16:02:00.000Z (over 1 year ago)
- Last Synced: 2025-03-18T17:26:00.724Z (over 1 year ago)
- Language: Rust
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Waynode
Waynode is an application which acts as a node in the BitTorrent distributed hash
table (DHT).
## Run
```sh
cargo run --release
```
## License
Licensed under either of [Apache License, Version 2.0][LICENSE_APACHE] or [MIT
License][LICENSE_MIT] at your option.
### Contributions
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
[LICENSE_APACHE]: LICENSE-APACHE
[LICENSE_MIT]: LICENSE-MIT