Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add README link to runkit decoder #125

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading