Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeroennijhof/LoRaWAN

LoRaWAN implementation in python
https://github.com/jeroennijhof/LoRaWAN

Last synced: 2 months ago
JSON representation

LoRaWAN implementation in python

Awesome Lists containing this project

README

        

# LoRaWAN
This is a LoRaWAN v1.0 implementation in python.

It uses https://github.com/mayeranalytics/pySX127x and it's currently being tested with a RFM95 attached to a Raspberry PI.

See: https://www.lora-alliance.org/portals/0/specs/LoRaWAN%20Specification%201R0.pdf

## Installation
Just git clone and check rx_ttn.py for reading LoRaWAN messages and tx_ttn.py for sending LoRaWAN messages.

## TODO
Make code more readable and easier to use