| Crates.io | ire |
| lib.rs | ire |
| version | 0.0.1 |
| created_at | 2017-10-15 16:53:07.571012+00 |
| updated_at | 2017-10-15 16:53:07.571012+00 |
| description | I2P router implementation in Rust |
| homepage | https://github.com/str4d/ire |
| repository | https://github.com/str4d/ire |
| max_upload_size | |
| id | 35774 |
| size | 192,828 |
Ire is a Rust implementation of an I2P router, designed to participate in the global, decentralised I2P network.
Ire is in pre-alpha; much of the internal architecture still needs to be defined and implemented.
The binary implements a basic client and server that can be used to test the NTCP handshake:
$ cargo run --release cli gen server.router.keys.dat server.router.info
$ cargo run --release cli gen client.router.keys.dat client.router.info
$ RUST_LOG=ire=debug cargo run --release cli server server.router.keys.dat 127.0.0.1:12345
$ RUST_LOG=ire=debug cargo run --release cli client client.router.keys.dat server.router.info 127.0.0.1:12345
We abide by the Contributor Covenant and ask that you do as well.
For more information, please see CODE_OF_CONDUCT.md.
Bug reports and pull requests are welcome on GitHub at https://github.com/str4d/ire
Copyright (c) 2017 The Ire Developers. See LICENSE.txt for further details.