Expand description
The rust implementation of the moteconnection library.
Re-exports§
pub use dispatcher::am::AMDispatcher;pub use dispatcher::raw::RawDispatcher;pub use dispatcher::Dispatcher;
Modules§
- dispatcher
- Packet dispatchers handle different packet structures.
- transport
- Transport layer implementations enable receiving and sending packets using different communication protocols.
Structs§
- Connection
- The
Connectionstruct manages a persistent connection with a radio module. - Connection
Builder - A builder for the connection struct
Enums§
- Event
- The types of messages sent to or from the various components.
Type Aliases§
- Bytes
- The way bytes are represented in the crate