Skip to content

Commit

Permalink
add link to runkit decoder (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykirby authored Dec 12, 2023
1 parent afd04c4 commit a78af96
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,15 @@ const wireFormatPacket = constructedPacket.getPHYPayload();
console.log("wireFormatPacket.toString()=\n" + wireFormatPacket.toString("hex"));
```


## Notes:

#### Online Decoder

There's a nice [online decoder that uses this library](https://runkit.io/avbentem/lorawan-packet-decoder/branches/master).

NB this is created & maintained by a third party & I can't support or answer questions about it.

#### Endianness

- LoRa sends data over the wire in little-endian format
Expand Down Expand Up @@ -337,7 +344,6 @@ you'll find helpful.
- 0.3.0 refactor to allow packet creation
- 0.2.0 initial release as npm

[Travi CI builds](https://travis-ci.org/anthonykirby/lora-packet)

#### TODO

Expand Down

0 comments on commit a78af96

Please sign in to comment.