Skip to main content

Crate moteconnection

Crate moteconnection 

Source
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 Connection struct manages a persistent connection with a radio module.
ConnectionBuilder
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