Search found 2 matches

by m0ot
Tue Apr 02, 2019 5:09 pm
Forum: ESP32 boards
Topic: ESP32 TLS/SSL & MQTT with MicroPython
Replies: 2
Views: 7012

Re: ESP32 TLS/SSL & MQTT with MicroPython

As I newly understood, esp32 port supports the open source mbedtls and not axtls. However, I implemented the latest esp32 bin file https://micropython.org/download#esp32 on the esp32 board. Then I tried to speak secured mqtt connection using the ussl.wrap_socket function https://docs.micropython.org...
by m0ot
Fri Mar 29, 2019 3:36 pm
Forum: General Discussion and Questions
Topic: linking mbedTLS to MicroPython
Replies: 1
Views: 2540

linking mbedTLS to MicroPython

Hi, I'm new with programming libraries and I'm looking for help. I've tested MicroPython on esp32 using MQTT libarary secured by ssl and it worked like a charm. Now, MicroPython supports axTLS by default. axTLS supports until TLS 1.2 only. However, I want to create an MQTT connection secured by TLS ...