embedded-nano-mesh 2.1.11

Lightweight mesh communication protocol for embedded devices
Documentation
1
2
3
4
5
6
mod node;

pub use node::{
    ms, ExactAddressType, GeneralAddressType, IdType, LifeTimeType, Node, NodeConfig, NodeString,
    NodeUpdateError, Packet, PacketDataBytes, PacketState, SendError, SpecialSendError,
};