Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeroennijhof/LoRaWAN
- Owner: jeroennijhof
- Created: 2016-06-21T12:44:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T13:10:35.000Z (over 3 years ago)
- Last Synced: 2024-08-03T11:08:40.786Z (5 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 114
- Watchers: 20
- Forks: 86
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-lora - LoRaWAN V1.0 implementation in python
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