lemariva / uPyLoRaWAN

ESP32 using MicroPython meets LoRa and LoRaWAN.
https://lemariva.com/blog/category/lora
Apache License 2.0
225 stars 55 forks source link

ABP/OTAA support #1

Closed aparcar closed 5 years ago

aparcar commented 5 years ago

Hi, maybe this question is entirely wrong here, but I'd like to use this framework in combination with TTN, which requires ABP/OTAA authentication for devices. I have only seen such implementations from PyCom, can you estimate the effort to support this as well?

lemariva commented 5 years ago

Hi, I think it is possible, but I need to read more about ABP/OTAA authentications. Nowadays I don't have enough time, but it is in my ToDo list.

DanielBustillos commented 2 years ago

Hi, was this developed? I havent found any reference in the code. Tks.