Crate iroh_gossip

source ·
Expand description

Broadcast messages to peers subscribed to a topic

The crate is designed to be used from the iroh crate, which provides a high level interface, but can also be used standalone.

Re-exports§

  • pub use rpc::client::Client as RpcClient;
    rpc
  • pub use rpc::proto::Request as RpcRequest;
    rpc
  • pub use rpc::proto::Response as RpcResponse;
    rpc
  • pub use rpc::proto::RpcService;
    rpc

Modules§

  • Metrics for iroh-gossip
  • netnet
    Networking for the iroh-gossip protocol
  • Implementation of the iroh-gossip protocol, as an IO-less state machine
  • rpcrpc
    Provides a rpc protocol as well as a client for the protocol