Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lora-rs/lora-rs

LoRa and LoRaWAN crates for End Devices
https://github.com/lora-rs/lora-rs

embedded-rust embedded-systems iot iot-device lora lorawan lorawan-device rust

Last synced: 5 days ago
JSON representation

LoRa and LoRaWAN crates for End Devices

Awesome Lists containing this project

README

        

# lora-rs

[![Continuous Integration](https://github.com/lora-rs/lora-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/lora-rs/lora-rs/actions/workflows/rust.yml)

[![Matrix](https://img.shields.io/matrix/public-lora-wan-rs%3Amatrix.org)](https://matrix.to/#/#public-lora-wan-rs:matrix.org)

This repository aims to provide a set of compatible crates for implementing LoRa end devices in Rust.
As a general rule, all crates are `nostd` and designed to be friendly for embedded projects.

## Crates

* **lora-modulation**: LoRa modulation characteristics and a utility for calculating time on air
* **lora-phy**: LoRa radio drivers which provide a PHY layer implementation
* **lorawan-encoding**: encoding and decoding LoRaWAN packets
* **lorawan-device**: a LoRaWAN device stack with non-blocking and async implementations

## Contributing

Please read [the contributing guidelines](CONTRIBUTING.md).