jeroennijhof / LoRaWAN

LoRaWAN implementation in python
116 stars 85 forks source link

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