Commit Graph

63 Commits

Author SHA1 Message Date
Stuart Feichtinger
6697b96495 Tweaks 2016-01-31 19:37:12 -06:00
Stuart Feichtinger
93a86299b0 Tweak 2016-01-31 19:36:36 -06:00
Stuart Feichtinger
4ef9fdf877 Tweaks 2016-01-31 19:35:02 -06:00
Stuart Feichtinger
002c1d272c Tweaks 2016-01-31 19:32:56 -06:00
Stuart Feichtinger
899104a8ac Tweaks 2016-01-31 19:29:35 -06:00
Stuart Feichtinger
184e0e1386 Tweak 2016-01-31 19:28:10 -06:00
Stuart Feichtinger
fd00721e22 Tweaks 2016-01-31 19:27:23 -06:00
Stuart Feichtinger
95aedbda18 Tweaks 2016-01-31 19:24:29 -06:00
Stuart Feichtinger
992c051c66 Tweaks 2016-01-31 19:23:01 -06:00
Stuart Feichtinger
713fdac029 Tweaks 2016-01-31 19:22:40 -06:00
Stuart Feichtinger
8caa2dcfd6 More writing 2016-01-31 19:15:46 -06:00
Stuart Feichtinger
b002526690 Tweak 2016-01-31 19:03:23 -06:00
Stuart Feichtinger
ee1440903a More work 2016-01-31 19:02:57 -06:00
Stuart Feichtinger
c0add9d638 Formatting 2016-01-31 19:00:38 -06:00
Stuart Feichtinger
d764c3e1a4 Tweaks 2016-01-31 18:59:14 -06:00
Stuart Feichtinger
60ff208e80 More work 2016-01-31 18:57:43 -06:00
Stuart Feichtinger
f84dd400ed Clean up 2016-01-31 18:57:31 -06:00
Stuart Feichtinger
bdf3e427cc Tweaks 2016-01-31 18:43:14 -06:00
Stuart Feichtinger
d02cf88a9a Clean up 2016-01-31 18:43:02 -06:00
Stuart Feichtinger
8e84287150 Added more command line arguments 2016-01-31 18:30:00 -06:00
Stuart Feichtinger
2fc3db20c7 Repurposed Adafruit example 2016-01-31 18:29:50 -06:00
Stuart Feichtinger
1b885c7fb5 Python subscriber 2016-01-31 17:48:34 -06:00
Stuart Feichtinger
23a4673565 Documented payload 2016-01-31 17:24:00 -06:00
Stuart Feichtinger
ef573ee2b2 Added Readme 2016-01-31 16:19:38 -06:00
Stuart Feichtinger
fd9cfda563 Added arbitrary buffer example 2016-01-31 16:19:30 -06:00
Stuart Feichtinger
fb8795c055 Added requirements file for pip install 2016-01-31 16:19:14 -06:00
Stuart Feichtinger
9e8efabec4 Ignore bit torrent sync files 2016-01-31 16:18:02 -06:00
ladyada
922f87e3cc bump 2016-01-21 20:21:10 -05:00
ladyada
8c8ba766c3 atwinc demo 2016-01-20 18:24:23 -05:00
ladyada
e77be5b9ac added ssl option & details 2016-01-16 11:51:12 -05:00
ladyada
f8518bc6bd more delays - works with feather fona nicely 2016-01-10 21:17:26 -05:00
ladyada
2a40fafe4c handy example on how to parse subs, and have 2 subs 2016-01-10 01:25:12 -05:00
ladyada
db47f8f3b3 remove unnecessary ping(), delay() & added WDT reset for connection failures 2016-01-10 01:03:59 -05:00
Karlduino
71496c977f Yun example: change one Serial -> Console 2015-12-24 22:00:13 -06:00
Tony DiCola
936c6b25e1 Work around mqtt_esp8266 example compile failure on Arduino 1.6.6 2015-11-20 20:52:49 -08:00
Todd Treece
4dc6f1e486 adds ping to the end of the main loop in examples 2015-10-22 14:13:19 -04:00
Todd Treece
371b16bfab Merge branch 'master' of github.com:adafruit/Adafruit_MQTT_Library into 3.1.1 2015-10-21 15:38:55 -04:00
Alec Moore
63229fbd12 skip tests on due and esp8266 2015-10-06 00:56:32 -05:00
Alec Moore
9e6b151997 triggering travis ci 2015-10-05 20:13:18 -05:00
Alec Moore
4ccf81e923 fixed up and functional
removed unnecessary "}", and removed getFreeRam() which was dependent on "utility/debug.h"
2015-10-05 19:47:54 -05:00
Alec Moore
478e2324d5 removed username/aio key 2015-10-05 19:17:32 -05:00
Todd Treece
9a11d83cf5 removes client id from all example sketches 2015-10-05 15:26:02 -04:00
Alec Moore
57885554f9 adding ethernet example
It took more than a couple minutes to get some sample code going with ethernet, so I figured it would benefit everyone if there was at least one example out there.
2015-10-03 00:59:51 -05:00
Todd Treece
dfbe6a1e11 remove client id from esp example 2015-10-02 17:22:31 -04:00
Todd Treece
5ac8cda53d update mqtt client id to be __TIME__ + AIO_USERNAME in examples 2015-09-08 12:15:21 -04:00
Tony DiCola
e41e843d67 Add Travis ignore for Due using Yun test. 2015-08-31 15:11:28 -07:00
Tony DiCola
e42f3094e5 Add Arduino Yun example. 2015-08-31 14:36:06 -07:00
Matthijs Kooijman
565d9afd36 Add parenthesis to fix compiler warning
Gcc warns when using = where == seems logical, and adding parenthesis
tells gcc you really mean =.
2015-07-27 20:32:38 +02:00
Matthijs Kooijman
6879df86f6 Add Adfruit_MQTT::connectErrorString() method
This easily allows printing error messages without having to hard-code
return values in the sketch and makes the example sketches a bit more
concise.
2015-07-27 20:32:36 +02:00
Todd Treece
f61abbdae0 skip due travis builds 2015-07-27 14:08:41 -04:00