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
9
10
11
12
13
14
15
16
//! Discovery phase implementation (Phase 1)
//!
//! Implements constrained discovery strategies to form initial cells.

pub mod capability_query;
pub mod coordinator;
pub mod directed;
pub mod geo;
pub mod geographic;

// Peer discovery for Automerge+Iroh backend (ADR-011 Phase 3)
#[cfg(feature = "automerge-backend")]
pub mod peer;

// Re-exports
pub use geo::{GeoCoordinate, OperationalBox};