Crates.io | iroh-gossip |
lib.rs | iroh-gossip |
version | 0.28.1 |
source | src |
created_at | 2023-08-28 20:31:03.562377 |
updated_at | 2024-11-04 20:02:27.056728 |
description | gossip messages over broadcast trees |
homepage | |
repository | https://github.com/n0-computer/iroh-gossip |
max_upload_size | |
id | 957345 |
size | 380,962 |
This crate implements the iroh-gossip
protocol.
It is based on epidemic broadcast trees to disseminate messages among a swarm of peers interested in a topic.
The implementation is based on the papers HyParView and PlumTree.
The crate is made up from two modules:
The proto
module is the protocol implementation, as a state machine without any IO.
The net
module connects the protocol to the networking stack from iroh-net
.
The net
module is optional behind the net
feature flag (enabled by default).
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.