adafruit / Adafruit_MQTT_Library

Arduino library for MQTT support
MIT License
572 stars 291 forks source link

Connection to different MQTT Broker #85

Closed architmuchhal12 closed 7 years ago

architmuchhal12 commented 7 years ago

I am using an Espressif ESP32 on Arduino IDE to connect to an MQTT server using Adafruit FONA808. I was able to work along with the IoT platform run by Adafruit (io.adafruit.com).

Now, I want to use the same system to connect to a different MQTT broker other than Adafruit IO. Is it possible to connect or the Adafruit MQTT library is tailor-made for just to establish a connection to Adafruit IO?

Thanks

ladyada commented 7 years ago

its generic MQTT so should work!