Update readme.md

This commit is contained in:
Caspar Armster 2021-06-15 14:16:18 +02:00 committed by GitHub
parent c696857f75
commit 7d3004761a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,9 @@ To add bigger payload decoders than 4k (via web ui) we provide the metadata to t
> /
> - index.yaml (include the marked lines at the bottom of the original file)
>
> /vendor
> /vendor (existing folder in the repo)
>
> - opensource (new folder with all the good stuff inside)
> - /opensource (new folder with all the good stuff inside)
>
> /vendor/opensource
>
@ -18,4 +18,4 @@ To add bigger payload decoders than 4k (via web ui) we provide the metadata to t
> - esp32-paxcounter-codec.yaml (examples for the payload decoder)
> - esp32-paxcounter-packed_decodeUplink.js (payload decoder as provided before for the web ui, now for the lorawan devices repo)
With these files, we can make a pull request at the lorawan-devices repo: https://github.com/TheThingsNetwork/lorawan-devices and hope to be included in the future. Cool thing about it would be that then the users need only to choose "Open Source Community Projects" from the vendor list and "EXP32-Paxcounter" as device and most of the compex things is taking care of (like choosing the right LoRaWAN version and installing the payload decoder).
With these files, we can make a pull request at the lorawan-devices repo: https://github.com/TheThingsNetwork/lorawan-devices and hope to be included in the future. Cool thing about it would be that then the users need only to choose "Open Source Community Projects" from the vendor list and "EXP32-Paxcounter" as device and most of the compex things is taking care of (like choosing the right LoRaWAN version and installing the payload decoder).