Crate cayenne_lpp

source ·
Expand description

This crate is a port of the Cayenne LPP (Low Power Payload) API. It provides an easy way to send data over LPWAN networks such as LoRaWAN. Cayenne LPP is compliant with payload size restrictions, which can be lowered down to 11 bytes and allows the device to send multiple sensor data at one time.

Additionally it is also possible to send different sensor data in different frames. To do this, the channel value of the data can be used.

The original C++ version of Cayenne LPP can be found here.

Structs

  • This struct contains the data of the added payload objects and an index that points to the next free value in the array. All newly added values will increase the index. After adding all the values, the buffer contains the payloads of the different data types and has a length of ’‘index’’.

Constants