Using MQTT-TLS and TlsTcpClient together in one firmware

I’d like to use the MQTT-TLS and TlsTcpClient from @hirotakaster on my device however if I use them both that would mean that mbed-tls would be inserted two times into my final binary. Is there a way to use both libraries with the same mbed-tls?

hi @tiborrr ,
ah…If you use both libraries, probably get an error in the mbedTLS build.
The only way to do this is to merge both libraries.

Will look into it. Thanks for making this clear.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.