Skip to main content

Crate ironsight

Crate ironsight 

Source

Re-exports§

pub use addr::BusAddr;
pub use conn::ConnError;
pub use conn::Connection;
pub use conn::Envelope;
pub use error::WireError;
pub use frame::FrameSplitter;
pub use frame::RawFrame;
pub use protocol::Command;
pub use protocol::Message;

Modules§

addr
codec
Field codecs for the Mevo+ wire protocol.
conn
TCP connection to a Mevo+ device on port 5100.
error
frame
Frame parsing, encoding, byte stuffing, and checksum.
protocol
Message types and decode/encode dispatch.
seq
Handshake sequence helpers and operational routines.