Skip to main content

A package to decode a data encoded in a CayenneLPP format.

Project description

Python-CayenneLPP

Build Status codecov PyPI PyPI

Introduction

Open-source library for python to decode CayenneLPP format payload. The Cayenne Low Power Payload (LPP) provides a convenient and easy way to send data over LPWAN networks such as LoRaWAN. More details on CayenneLPP payload: https://github.com/myDevicesIoT/cayenne-docs

Installation

To install the package use next pip command

pip install python-cayennelpp

Usage

To decode payload simply use method decode() from this package

>>>from python_cayennelpp.decoder import decode
>>>print(decode('03670110056700FF'))
[{'channel': 3, 'name': 'Temperature Sensor', 'value': 27.2}, {'channel': 5, 'name': 'Temperature Sensor', 'value': 25.5}]

Additional info

The package may raise following exceptions:

  • TypeError - if the provided data is not of the str type
  • ValueError - if the provided data length is not equal to the expected

Note: if the package receives a wrong sensor type the intermediate result of the decoder will be returned, error printed to the stdout, but KeyError exception will not be raised

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-cayennelpp-0.0.4.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

python_cayennelpp-0.0.4-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page