Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 871 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 871 Bytes

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.