Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gradoj/sensor
Mock sensor code to send lorawan otta join command from gateway
https://github.com/gradoj/sensor
Last synced: about 1 month ago
JSON representation
Mock sensor code to send lorawan otta join command from gateway
- Host: GitHub
- URL: https://github.com/gradoj/sensor
- Owner: gradoj
- Created: 2020-09-25T02:54:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T03:04:54.000Z (about 4 years ago)
- Last Synced: 2024-08-04T01:15:22.632Z (5 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-helium - Mock sensor code to send lorawan otta join
README
# sensor
Mock sensor code to send lorawan otta join command from gateway. All OTAA join packets forwarded from every hotspot are visible in the console. This allows antenna placement tweaking or comparison very easily.Create a new device in Helium console and add the dev_eui, app_eui and app_key into sensor.py. Note the devnonce starts and 0 and increments every packet. Helium drops packets if nonce is repeated.
Currently need to stop miner to run.