umqtt.robust: ensure that broker received the message

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Kleriger
Posts: 6
Joined: Mon Dec 30, 2019 9:16 am

Re: umqtt.robust: ensure that broker received the message

Post by Kleriger » Tue Jan 21, 2020 7:33 pm

Then I will familiarize myself with asyncio and test TLS with the esp32. I will then post the result

edit:
I tested my program after an update to MP version 1.12 and now it also works with encryption. Apparently the version can handle TLS on esp32 better, I guess that's why the asyncio-mqtt version could also work.

Post Reply