Module control

Module control 

Source
Available on crate features clients or servers only.
Expand description

Protocols specifically for talking with the “control” port of the MION board.

The main use case for talking to the control port is identifying which MIONs actually exist on your network, and getting basic information about them to then connect to them.

Structs§

MionIdentityclients
An identity for a CAT-DEV that we received from the network.
MionIdentityAnnouncement
An announcement to ask all MION’s to identify themselves.

Enums§

MionBootType
The boot type the MION is actively configured to boot into.
MionCommandByte
Used as a “Request” & “Response” code for a packet when talking with the MION Bridge.
MionControlProtocolError
Errors specifically for MION Control Protocol related errors.