Commit Graph

10 Commits

Author SHA1 Message Date
7517de7974 Merge pull request #494 from mcqn/master
Add large message API
2018-11-01 23:24:33 +00:00
a1cfd5af56 Fix spelling in mqtt_esp8266 example 2018-09-24 00:29:11 +05:30
b2f3a6d2ec Add example code for using the large message API. 2018-09-04 13:36:45 +01:00
33170273a9 Use random MQTT client ID in example sketch
Many users load the sketch having only changed WiFi SSID and password. When multiple users attempt to connect to the same broker using same client ID, they get rejected. Currently the chances of connecting to broker.mqtt-dashboard.com using "ESP8266Client" ID are fairly slim. This change adds a random number to the client ID, increasing chances of connection for new users of this library.
2016-06-14 19:10:15 +08:00
35ead348e3 Fix esp8266 example 2016-02-13 21:23:48 +00:00
aa9afc7b44 Fix esp example 2015-09-09 10:32:35 +01:00
b6f2cb29bc Example for ESP8266
I was very happy to see this working well. Now ESP8266 and MQTT becomes even more easy.
Maybe attached example will help others to quickly get started
2015-09-09 09:36:39 +02:00
5ace47bc93 Re-layout project to match Arduino Library reqs 2015-09-07 22:56:53 +01:00
ce9fff9349 Restructure code 2011-03-23 21:18:22 +00:00
ef565d8d98 Added examples directory and mqtt_basic example 2011-01-11 21:19:50 +00:00