[][src]Crate moteconnection

The rust implementation of the moteconnection library.

Re-exports

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

AMDispatcher

Implements the Dispatcher trait for the ActiveMessage dispatch scheme.

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 Definitions

Bytes

The way bytes are represented in the crate