antenna-protocol 0.1.0

SansIO core driving the antenna P2P mesh protocol.
Documentation
1
2
3
4
5
mod handshake;
mod mesh;

pub(crate) use handshake::drive_bootstrap_handshake;
pub(crate) use mesh::{assert_full_mesh_connectivity, establish_relay_connection, join_mesh};