MQTT over MbedTLS for AWS
Hi!
My goal is connection of STM32 mcu to Amazone web service.
I was wonderful bu Cube and generate a first application (freertos with lwip) for nucleo-f767zi board. There are function like mqtt_client_connect and mqtt_publish in code that was generated and I can connect to local broker (mosquito).
But what about TLS? Is there some kind of instruction on how to enable it for my project?
At now, I'm just enable this checkbox in Cube but I see that there is no any integration with MQTT demo.
Also, some options from IDE don't affected to source generated, like debug log for mbedtls or LWIP_ALTCP_TLS_MBEDTLS flag.
From many comments on web I found, that I need something like altcp_tls_create_config_client_2wayauth function with thread protection, but what's the right way for this project generation?
Sergey
