anthonykirby / lora-packet

LoRa radio packet decoder
MIT License
258 stars 83 forks source link

docs: Add online demo link to README.md #124

Closed diegofcornejo closed 9 months ago

diegofcornejo commented 9 months ago

Hi @anthonykirby,

This PR adds a link in README to a small web project I've created based on the valuable work you and the community have contributed to this project. It's a simple implementation of lora-packet, and you can find the source code in the following repository: https://github.com/diegofcornejo/lora-packet-decoder if you'd like to take a look.

The technologies used are:

Next.js 14 Tailwind CSS It's deployed on Vercel.

Best regards,

Screenshot 2023-12-09 at 01 18 37 Screenshot 2023-12-09 at 01 20 45
anthonykirby commented 9 months ago

there's also an online decoder, which has been maintained for many years by @avbentem, which also has the useful feature of brute-forcing the top 16 bits of FCnt, see https://runkit.io/avbentem/lorawan-packet-decoder/branches/master (note to self: link in the readme)