Skip to content

Releases: HAN-IoT-LAB/TTN-Decoder

v1.0 Decoder of the CayenneLPP - JavaScript TheThingsNetwork

20 Mar 18:50
Compare
Choose a tag to compare

The Things Network Javascript CayenneLPPv1 Payload Decoder

In this release the initial payload decoder is released, which supports only decoding of CayenneLPP version 1 loads of this encoder

Contains:

  • Modular decoding functions.
  • Unit tested with the Jest framework.
  • A couple integration test were also performed, check repo for details.
  • CayenneLPP library reference constants.

TheThingsNetwork Deployment test:

For self-validation you can use the following byte payload string: 6700FA00680173046502B4007104FAFFFCFFE80302054901.

image

Deployment Detail: In the repository the .JS script is a native package module, so at the end a module export is included. When you use this decoder for the TheThingsNetwork deployment, leave this export out: module.exports = { SensorTypes, decodeUplink }; .