Skip to main content

Crate bacnet_encoding

Crate bacnet_encoding 

Source
Expand description

BACnet ASN.1/BER encoding and APDU/NPDU codecs per ASHRAE 135-2020.

This crate provides the wire-format encoding and decoding for BACnet:

  • ASN.1 tag encode/decode (Clause 20.2.1)
  • Application-tagged primitive codecs (Clause 20.2)
  • APDU encode/decode (Clause 20.1)
  • NPDU encode/decode (Clause 6)

Modulesยง

apdu
APDU encoding and decoding per ASHRAE 135-2020 Clause 20.1.
npdu
NPDU encoding and decoding per ASHRAE 135-2020 Clause 6.
primitives
Application-tagged primitive encode/decode per ASHRAE 135-2020 Clause 20.2.
segmentation
Segmentation: split and reassemble large APDU payloads.
tags
BACnet ASN.1 tag encoding and decoding per ASHRAE 135-2020 Clause 20.2.1.