This simple web app is used to decode Lora packets. It is based on the Anthony Kirby's Lora Packet Decoder and the Arjan's Lora Packet Decoder
- Decode Lora packets
- Decode Lora packets with a custom App Session Key and a custom Network Session Key
You can use the web app at:
or you can clone the repository and run it locally with the following commands:
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
bun install |
Installs dependencies |
bun run dev |
Starts local dev server at localhost:4321 |
bun run build |
Build your production site to ./dist/ |
bun run preview |
Preview your build locally, before deploying |
bun run astro ... |
Run CLI commands like astro add , astro check |
bun run astro -- --help |
Get help using the Astro CLI |
Then open http://localhost:3000 to view it in the browser. |
MIT
- Anthony Kirby
- Arjan
- All the contributors to the Lora Packet Decoder