⚙️Step 4: Encoder & Decoder in the LNS
LoRaWAN messages are binary strings, optimized for low-bandwidth RF communication. These binary messages can be translated to readable JSON messages using a decoder and vice versa using an encoder. TWTG provides these codecs according to the TS013-1.0.0 Payload Codec API specification and are available in the product documentation via the following links:
For convenience, the encoder (downlinks) and the decoder (uplinks) can be added to the LNS or the application server. Please refer to the documentation of your LNS for a guide on how to achieve this. Quick links to the most commonly used LNS are presented next:
Last updated