1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/cayenne-lpp/doc.txt
2018-10-05 15:34:49 +02:00

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
*/