Skip to content
Snippets Groups Projects
Commit ec82c65b authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

pkg: add support for Cayenne LPP format

parent 690c36b3
No related branches found
No related tags found
No related merge requests found
PKG_NAME=cayenne-lpp
PKG_URL=https://github.com/aabadie/cayenne-lpp
PKG_VERSION=ad3aa26043e221eda28ac3da2484e1ef84986442
PKG_LICENSE=LGPLv2.1
.PHONY: all
all: git-download
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.$(PKG_NAME)
include $(RIOTBASE)/pkg/pkg.mk
MODULE = cayenne-lpp
include $(RIOTBASE)/Makefile.base
INCLUDES += -I$(PKGDIRBASE)/cayenne-lpp
/**
* @defgroup pkg_cayenne-lpp Cayenne Low Power Payload (LPP)
* @ingroup pkg
* @ingroup sys
* @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
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment