Page 1 of 1

MQTTs - Using esp-aws-iot library or not

Posted: Tue Jul 14, 2020 8:25 am
by bennyslbs
Hi

I have used esp-jumpstart (https://github.com/espressif/esp-jumpstart.git) as base for my project, it connects to AWS using the https://github.com/espressif/esp-aws-iot.git component, but I would like to use my own MQTTs broker with (self-signed) client cert etc.

The AWS code seems to have some nice functionality that might be bennefitable also for a private MQTT broker, on the other hand it might give problems - right now I can't connect to the MQTT broker.

Are there any one who have used esp-aws-iot component for private MQTTs, and it good, or should I choose just to use the esp-mqtt component (part of esp-idf).

Br,
Benny