aws-samples / aws-iot-core-lorawan

Quickly get started with AWS IoT Core for LoRaWAN with sample solutions (binary decoding, device and gateway monitoring, downlink, dashboarding, provisioning automation)
MIT No Attribution
78 stars 32 forks source link

payload decoder for RAK 7205 example code #17

Closed theguate closed 3 years ago

theguate commented 3 years ago

Requesting guidance to get instructions to deploy a rak7200 payload decoder.

asvand commented 3 years ago

Hi Javier, please follow the guidelines in https://github.com/aws-samples/aws-iot-core-lorawan/tree/main/transform_binary_payload#how-to-deploy-an-existing-nodejs-binary-decoder to add a decoder code. As far as I can see, there are several open source versions of decoder available in Node.js. I am happy to review the code and merge it into the repo. Thanks, Andrei