/rust-lorawan

Fast, zero-copy and lightweight LoRaWAN parsing library in Rust and device implementations

Primary LanguageRustMIT LicenseMIT

Rust LoRaWAN

Continuous Integration

Gitter chat

This repository provides primitives for reading and writing LoRaWAN 1.0.2 messages from and to slices of bytes in the encoding folder and an experimental device stack in the device folder. Please refer to those folders for more information, examples and benchmark results where available.

Contributing

Please read the contributing guidelines

Used code and inspiration

I would like to thank the projects lorawan by brocaar for the inspiration and useful examples.