JohnDoeDev
JohnDoeDev
Hi, thanks for pointing it out. Apparently I missed these functions. Any idea to extend the "for loop" for a generalised N-dimenstions? I've tried while following the same approach for...
Hi, Is there any update on this PR request? Cheers
@dustin-decker Thanks. I've forked and changed it according to my needs. cheers
Hi following is the error trace ``` - ERROR - can't pickle memoryview objects Traceback (most recent call last): File "main.py", line 98, in main gateway.push(udp_client, phypld, mote) File "/lora-motes-emulator/motes/mac.py",...
Thanks @houluy it seems to be fixed. However, I've found other issues in your documentations and Join algorithm. Do you mind if I send a pull request? Cheers
Hi @scartill As we discussed earlier, there was this same issue with the join and rejoin request. After some debugging I've found the culprit. To decrypt the Join Accept payload,...