# rust-lorawan **Repository Path**: mgr9525/rust-lorawan ## Basic Information - **Project Name**: rust-lorawan - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-10 - **Last Updated**: 2021-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rust LoRaWAN [![Gitter chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rust-lorawan/lorawan) 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](CONTRIBUTING.md) ## Used code and inspiration I would like to thank the projects [lorawan][1] by [brocaar][2] for the inspiration and useful examples. [1]: https://github.com/brocaar/lorawan [2]: https://github.com/brocaar