Crate clasp_embedded

Crate clasp_embedded 

Source
Expand description

Clasp Embedded

Minimal no_std implementation for embedded devices. This crate provides the “Lite” profile for constrained devices.

§Features

  • Fixed 2-byte addresses (numeric IDs)
  • Minimal message set
  • No compression/encryption
  • UDP only

§Memory Requirements

  • < 4KB RAM
  • < 16KB Flash

Structs§

LiteHeader
Lite frame header (fixed 4 bytes)
LiteSetMessage
Lite SET message

Enums§

LiteMessageType
Lite message types

Functions§

decode_lite_header
Decode a lite message header
encode_lite_set
Encode a lite SET message