All Projects → aabadie → cayenne-lpp

aabadie / cayenne-lpp

Licence: LGPL-2.1 license
A Cayenne LPP library written in C

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to cayenne-lpp

pycayennelpp
A Cayenne Low Power Payload (CayenneLPP) decoder and encoder for Python
Stars: ✭ 17 (-10.53%)
Mutual labels:  lorawan, cayennelpp
sx1278
sx1278 LoRa driver for Stm32 HAL
Stars: ✭ 27 (+42.11%)
Mutual labels:  lorawan
nrf52-lora
LoRa node on nRF52
Stars: ✭ 24 (+26.32%)
Mutual labels:  lorawan
plan44-feed
OpenWrt feed containing plan44 packages
Stars: ✭ 25 (+31.58%)
Mutual labels:  lorawan
arduino-mkr-wan-1300
Getting started with the Arduino MKR WAN 1300
Stars: ✭ 38 (+100%)
Mutual labels:  lorawan
chirpstack-concentratord
Concentrator HAL daemon for LoRa gateways.
Stars: ✭ 53 (+178.95%)
Mutual labels:  lorawan
Ttn Esp32
The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices
Stars: ✭ 156 (+721.05%)
Mutual labels:  lorawan
LoraGW-Setup
SX1301 Lora Concentrator Raspberry PI based gateway setup
Stars: ✭ 70 (+268.42%)
Mutual labels:  lorawan
lora device lib
A LoRaWAN Device Library
Stars: ✭ 30 (+57.89%)
Mutual labels:  lorawan
chirpstack-gateway-os
Yocto based gateway images including ChirpStack components.
Stars: ✭ 101 (+431.58%)
Mutual labels:  lorawan
RAK811-tracker
Example code for RAK811 nodes with GPS on board, transmitting their coordinates in the payload of the LoRaWAN packet in a format that is compatible with TTN Mapper.
Stars: ✭ 14 (-26.32%)
Mutual labels:  lorawan
Catena-Sketches
Top-level Arduino sketches for the MCCI Catena family of IoT LPWA Devices
Stars: ✭ 12 (-36.84%)
Mutual labels:  lorawan
TTGO LoRa32
Some sample code for the TTGO ESP32 Oled Lora board.
Stars: ✭ 99 (+421.05%)
Mutual labels:  lorawan
WisBlock
Quickstart, tutorials and examples for the RAKwireless WisBlock product line.
Stars: ✭ 95 (+400%)
Mutual labels:  lorawan
rolaguard
RoLaGuard (Community Edition): a LoRaWAN Operations, Cybersecurity & Compliance Management Platform.
Stars: ✭ 16 (-15.79%)
Mutual labels:  lorawan
lorawan toa
LoRa Time on Air Calculator
Stars: ✭ 24 (+26.32%)
Mutual labels:  lorawan
kiotlog
Kiotlog is a platform for IoT developers to create Internet of Things applications based on LPWAN protocols.
Stars: ✭ 12 (-36.84%)
Mutual labels:  lorawan
pyrak811
RAK811 Python 3 library for Raspberry Pi
Stars: ✭ 43 (+126.32%)
Mutual labels:  lorawan
LMIC-node
LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node qu…
Stars: ✭ 108 (+468.42%)
Mutual labels:  lorawan
Recursos-aprendizaje-LoRa-LoRaWAN-e-IoT
Lista de recursos con los que aprender y estar al tanto sobre LoRa/LoRaWAN e Internet de las Cosas
Stars: ✭ 60 (+215.79%)
Mutual labels:  lorawan

A Cayenne LPP library written in C

CircleCI codecov

This library provides functions for generating Cayenne LPP compatible payload. For example, the generated payloads can be used with LoRaWAN devices.

This library is adapted from the C++ version from MBED.

See the Cayenne LPP documentation for details on the payload format.

Build and run the example application

Simply use make:

$ make && ./example/example
03 67 01 10 05 67 00 FF
01 67 FF D7 06 71 04 D2 FB 2E 00 00
01 88 06 76 5E F2 96 0A 00 03 E8

Reference API

Read the reference API here: https://aabadie.github.io/cayenne-lpp

License

The library is licensed under LGPLv2.1.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].