Commit Graph

  • 05b145146a Comment out stringprint(), it is not used Matthijs Kooijman 2015-07-02 13:39:33 +0200
  • 06767dc4b2 Clarify that subscribe() must be called before connect() Matthijs Kooijman 2015-07-02 13:33:42 +0200
  • b996b096b3 Fix Adafruit_MQTT:subscribe() Matthijs Kooijman 2015-07-02 13:28:38 +0200
  • 564e87ff36 Fix indentation in Adafruit_MQTT::subscribe Matthijs Kooijman 2015-07-02 13:26:56 +0200
  • 6879df86f6 Add Adfruit_MQTT::connectErrorString() method Matthijs Kooijman 2015-07-02 13:01:05 +0200
  • 73f5be4e5c Use const pointers for payload Matthijs Kooijman 2015-07-02 12:59:46 +0200
  • d4e27c9b3f Merge pull request #2 from adafruit/travis_helper Todd Treece 2015-07-27 14:12:18 -0400
  • f61abbdae0 skip due travis builds Todd Treece 2015-07-27 14:08:41 -0400
  • ee6094cccd simplify travis config with new helper functions Todd Treece 2015-07-27 14:04:58 -0400
  • 6636f4579b Merge pull request #1 from adafruit/travis Todd Treece 2015-07-15 17:03:44 -0400
  • f5fd58caed drop due builds because of watchdog dependency Todd Treece 2015-07-15 16:40:36 -0400
  • 86fcd2907b remove fona lib version from travis Todd Treece 2015-07-15 16:37:35 -0400
  • 82050f1fed adds specific fona lib version to travis config Todd Treece 2015-07-15 16:09:25 -0400
  • 03e989533b adds cc3k lib to travis install Todd Treece 2015-07-15 14:11:18 -0400
  • 68772a9f00 source the travis dependency install script Todd Treece 2015-07-15 14:08:16 -0400
  • c9e64fc321 test new travis dependency install script Todd Treece 2015-07-15 13:17:02 -0400
  • 65569159a9 adds travis icon to readme Todd Treece 2015-07-15 12:09:51 -0400
  • 76185fb099 adds fona lib to travis dependencies Todd Treece 2015-07-15 12:08:44 -0400
  • e27e563d10 adds travis config Todd Treece 2015-07-15 11:20:10 -0400
  • 23f919adc3 Merge connected branch, bump to version 0.9.3 0.9.2 Tony DiCola 2015-07-14 15:54:04 -0700
  • 9b92bb379c Add date and time to client ID generation for more unique value. Tony DiCola 2015-07-06 13:43:52 -0700
  • 643c906aa6 Add connected() function to MQTT class. Update examples with robust reconnect logic. Tony DiCola 2015-07-05 14:29:13 -0700
  • 207bcd44dd Update library.properties 0.9.1 Tony DiCola 2015-06-20 14:37:38 -0700
  • ea7549445b Switch back to calling dtostrf for float to string (snprintf doesn't work by design on ESP8266). Tony DiCola 2015-06-19 01:23:29 -0700
  • ad33b0b738 Merge branch 'master' of https://github.com/adafruit/Adafruit_MQTT_Library Tony DiCola 2015-06-12 12:59:37 -0700
  • 08f05456ec Update default keepalive to 5 minutes, add reset on ping fail to CC3k sketch. Tony DiCola 2015-06-12 12:59:14 -0700
  • fe6302bfb8 Make static IP optional and off by default in CC3k example. Tony DiCola 2015-06-11 13:58:36 -0700
  • a33dac3249 Merge branch 'master' of https://github.com/adafruit/Adafruit_MQTT_Library 0.9.0 Tony DiCola 2015-06-10 15:39:03 -0700
  • 6a740d4004 Cleanup and prepare for publishing. Tony DiCola 2015-06-10 15:38:34 -0700
  • a2c5fca4d8 read max packet ladyada 2015-06-10 00:30:52 -0400
  • d063469e03 Add Ladyada's FONA implementation. Tony DiCola 2015-06-09 21:22:36 -0700
  • 6a1b0bc442 Merge branch 'client' Tony DiCola 2015-06-09 18:50:45 -0700
  • d7a6433b81 Add Adafruit_MQTT_Client class that implements MQTT code for generic Arduino client. Add ESP8266 example using new MQTT client class. Fix bugs with using library on ESP8266 (move CC3000 to header-only class). Tony DiCola 2015-06-08 01:48:25 -0700
  • 2fa9804b48 Merge cleanup changes and update README todo. Tony DiCola 2015-06-05 13:10:22 -0700
  • bd5f874e07 Merge branch 'refactor' Tony DiCola 2015-06-05 13:03:04 -0700
  • 7ef04a85a2 headercleanup & todos ladyada 2015-06-05 12:09:58 -0400
  • f3ca82a548 Update CC3k example. Tony DiCola 2015-06-04 21:25:00 -0700
  • ac74ef4fd6 Refactor Adafruit_MQTT to have a simple interface for packet sending & receiving that subclasses implement. Tony DiCola 2015-06-04 21:16:08 -0700
  • ae0b4778a1 updates aio mqtt auth info in cc3k example Todd Treece 2015-06-03 17:13:41 -0400
  • c1302a413c fix for new sleepydog include ladyada 2015-06-02 19:21:49 -0400
  • c79e6e82ea delish ladyada 2015-06-02 18:37:15 -0400
  • 0152ac91cb woooo ladyada 2015-06-02 18:33:03 -0400
  • 7c5113e32e more flash memory, pingreq debugging, etc. ladyada 2015-06-02 15:23:42 -0400
  • 6a3b6132d9 fixed user/client/password mixup ladyada 2015-06-01 22:51:59 -0400
  • fa63c335a5 string friend, made client optional ladyada 2015-05-31 23:56:27 -0400
  • 495f2cddd5 Merge branch 'master' of github.com:adafruit/Adafruit_MQTT_Library ladyada 2015-05-31 23:21:00 -0400
  • 1a0e611e01 publish works (QoS 0) ladyada 2015-05-31 23:19:13 -0400
  • e7b8ee0797 adds client id to connect Todd Treece 2015-05-31 21:07:17 -0400
  • 1bcef195f1 MQIdsp -> MQIsdp Todd Treece 2015-05-31 20:16:05 -0400
  • 0a943076c9 add close() ladyada 2015-05-31 19:02:42 -0400
  • 16123f9d04 connections working ladyada 2015-05-31 18:38:33 -0400
  • 92cea47f6d Initial commit Limor "Ladyada" Fried 2015-01-19 14:30:32 -0500