Codec functions for encoding and decoding payloads of (mainly LoRaWAN) endpoints messages
Languages: Javascript, Java, Python, Go, C++, NodeRED
Application servers integration : TTN, Chirpstack
Networks: LoRaWAN, Sigfox
- NodeRED
- TTN
- Chirpstack
Soon
- QRCode generator
- List of ProfileID (ie Vendor Identifier and Vendor Profile Identifier)
Soon
- Javascript codecs will (probably) implement 3 functions:
decodeUL(bytes,fport)
,decodeDL(bytes,fport)
andencodeDL(bytes,fport)
.