• Stars
    star
    127
  • Rank 277,414 (Top 6 %)
  • Language
    Rust
  • License
    MIT License
  • Created over 6 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.