Skip to main content

Crate rustbac_mstp

Crate rustbac_mstp 

Source
Expand description

BACnet MS/TP data link layer implementation.

Implements the ASHRAE 135 Clause 9 master node state machine for MS/TP (Master-Slave/Token-Passing) over RS-485 serial links.

Modules§

crc
CRC-8 and CRC-16 routines for MS/TP frame verification. CRC routines for MS/TP frames (ASHRAE 135 Annex G).
frame
MS/TP frame encoding and decoding. MS/TP frame encoding and decoding.

Structs§

MstpConfig
Configuration for the MS/TP transport.
MstpTransport
MS/TP transport — implements the DataLink trait for BACnet over RS-485 serial.