lora-mote-emulator icon indicating copy to clipboard operation
lora-mote-emulator copied to clipboard

This is a device (mote) emulator for LoRaWAN protocol(1.0 & 1.1). Completely realized by Python 3.6

Results 7 lora-mote-emulator issues
Sort by recently updated
recently updated
newest added

I'm running OTAA join requests on Chirpstack. I'm seeing JoinRequest on Chirpstack but never a JoinAccept. Usually this means the App key is incorrect but I'm not seeing this as...

I cannot run mote. Every time I start mote I get: ``` 2022-05-20 11:55:44,375 - ERROR - Bad config file format, please copy a new file from template. ``` I...

Hi, I can send the Data Push join message and receive and parse its response correctly with correct mic. However, when it tries to save the session I get the...

Hi I can see the messages getting to the gateway bridge but i get device-session error: device-session does not exist or invalid fcnt or mic" for when i run this...

Hi I have trouble to parse Join Accept. I am tring with Helium Console. OTAA 1.0.2 pi@raspberrypi:~/deneme/lora-mote-emulator $ mote -v 1.0.2 join -n 2023-10-04 03:40:15,727 - INFO - Forming a...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Hi, I'm trying to run mote with LoRiot server and I'm getting the following error: ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/src/__main__.py", line 113, in main gateway.push(udp_client, phypld, mote)...