-->
Page 1 of 2

Does SMING support secure MQTT?

PostPosted: Thu Mar 10, 2016 5:14 am
by helpme
This MQTT library used by ESP8266 supports SSL.
https://github.com/tuanpmt/esp_mqtt

Can SMING's MQTT library support secure MQTT using SSL? If not, is it hard to add the above library to SMING?

Re: Does SMING support secure MQTT?

PostPosted: Tue Mar 15, 2016 3:02 am
by alonewolfx2
almost. please test this repo link. and if you have any issue please let us know on gitter and here.

https://github.com/slaff/Sming/tree/feature/axtls-dev



helpme wrote:This MQTT library used by ESP8266 supports SSL.
https://github.com/tuanpmt/esp_mqtt

Can SMING's MQTT library support secure MQTT using SSL? If not, is it hard to add the above library to SMING?

Re: Does SMING support secure MQTT?

PostPosted: Sat Mar 26, 2016 7:11 pm
by helpme
Any plans to merge this SMING SSL fork to the main SMING at https://github.com/SmingHub/Sming? Any reason why it is not done? I already have apps using the main SMING branch. I will prefer not to use a fork. Thanks.

alonewolfx2 wrote:almost. please test this repo link. and if you have any issue please let us know on gitter and here.

https://github.com/slaff/Sming/tree/feature/axtls-dev



helpme wrote:This MQTT library used by ESP8266 supports SSL.
https://github.com/tuanpmt/esp_mqtt

Can SMING's MQTT library support secure MQTT using SSL? If not, is it hard to add the above library to SMING?

Re: Does SMING support secure MQTT?

PostPosted: Sat Aug 13, 2016 10:13 am
by crosofg
Any update here? Is the slaff's implementation complete? When is it going to be merged?