https://github.com/pixelspark/lorawan-rust
LoRAWAN stack for RFM9x on RPi
https://github.com/pixelspark/lorawan-rust
Last synced: about 2 months ago
JSON representation
LoRAWAN stack for RFM9x on RPi
- Host: GitHub
- URL: https://github.com/pixelspark/lorawan-rust
- Owner: pixelspark
- License: mit
- Created: 2022-04-16T14:21:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T14:23:44.000Z (about 3 years ago)
- Last Synced: 2025-01-23T11:45:55.547Z (3 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LoRaWAN
A LoRaWAN stack for the RFM9x LoRa/FSK transceiver module for use on Raspberry Pi (work in progress).
Author: Tommy van der Vorst (Pixelspark)
## What works
Transmission of LoRA frames was successfully tested against The Things Network. Receiving currently does not work. Only ABP (activation by personalisation) is supported (this means that network/app session keys should be set in the device, and cannot be configured dynamically by the network, e.g. using OTAA).
Currently uses the `rfm9x` crate which only works on Raspberry Pi.
## Usage
See [the basic example](./examples/basic.rs).
## Copyright & license
Copyright (C) 2019-2020 Tommy van der Vorst, Pixelspark. Released under the [MIT license](./LICENSE).