Skip to content

Commit

Permalink
pkg: add support for Cayenne LPP format
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Mar 21, 2018
1 parent 0f07bcc commit d07cd46
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkg/cayenne-lpp/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PKG_NAME=cayenne-lpp
PKG_URL=https://github.com/aabadie/cayenne-lpp
PKG_VERSION=a418dbe186b2535edfb67896da8cf00b94735470
PKG_LICENSE=LGPLv2.1

.PHONY: all

all: git-download
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.$(PKG_NAME)

include $(RIOTBASE)/pkg/pkg.mk
3 changes: 3 additions & 0 deletions pkg/cayenne-lpp/Makefile.cayenne-lpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MODULE = cayenne-lpp

include $(RIOTBASE)/Makefile.base
1 change: 1 addition & 0 deletions pkg/cayenne-lpp/Makefile.include
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
INCLUDES += -I$(PKGDIRBASE)/cayenne-lpp
14 changes: 14 additions & 0 deletions pkg/cayenne-lpp/doc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/**
* @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 comments on commit d07cd46

Please sign in to comment.