peat-protocol 0.9.0-rc.7

Peat Coordination Protocol — hierarchical capability composition over CRDTs for heterogeneous mesh networks
1
2
3
4
5
6
7
8
//! Mesh integration adapters
//!
//! This module contains Peat-specific adapters that bridge `peat-mesh`
//! generic interfaces with Peat Protocol domain types.

mod aggregator;

pub use aggregator::{PacketAggregator, TelemetryPayload};