adafruit / Adafruit_MQTT_Library

Arduino library for MQTT support
MIT License
571 stars 292 forks source link

Fona MQTT over TLS (mqtts) #136

Open Jerar opened 5 years ago

Jerar commented 5 years ago

Hi, is it possible to connect Feather32u4 Fona module to SSL MQTT Broker, using mqtts protocol? I didnt see implementation in the library?

best regards,

theoo commented 5 years ago

Hi, the ATmega32u4 doesn't have the power to handle the security layer on its own. See https://arduino.stackexchange.com/a/11 You'll need a MCU with more power for that. Thus being said, it would be cool if the library allowed it for 32bits MCUs.