22 breaking releases

0.28.1 Nov 4, 2024
0.27.0 Oct 21, 2024
0.21.0 Jul 22, 2024
0.13.0 Mar 25, 2024
0.11.0 Nov 17, 2023

#377 in Network programming

Download history 1580/week @ 2024-08-04 1556/week @ 2024-08-11 1059/week @ 2024-08-18 1147/week @ 2024-08-25 1198/week @ 2024-09-01 638/week @ 2024-09-08 1241/week @ 2024-09-15 721/week @ 2024-09-22 1055/week @ 2024-09-29 1028/week @ 2024-10-06 1051/week @ 2024-10-13 1682/week @ 2024-10-20 1503/week @ 2024-10-27 1655/week @ 2024-11-03 1192/week @ 2024-11-10 923/week @ 2024-11-17

5,400 downloads per month
Used in 5 crates (3 directly)

MIT/Apache

200KB
4K SLoC

iroh-gossip

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).

License

This project is licensed under either of

at your option.

Contribution

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.

Dependencies

~13–50MB
~839K SLoC