mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
485 B
Plaintext
15 lines
485 B
Plaintext
/**
|
|
* @defgroup pkg_cayenne-lpp Cayenne Low Power Payload (LPP)
|
|
* @ingroup pkg
|
|
* @ingroup sys_serialization
|
|
* @brief Provides a RIOT support for Cayenne LPP format
|
|
*
|
|
* The Cayenne Low Power Payload (LPP) provides a convenient and easy way to
|
|
* send data over LPWAN networks such as LoRaWAN.
|
|
*
|
|
* For more details on the format, see
|
|
* https://mydevices.com/cayenne/docs_stage/lora/#lora-cayenne-low-power-payload
|
|
*
|
|
* @see https://github.com/aabadie/cayenne-lpp
|
|
*/
|