ad83c09d20
add new sub callback typedef for io wrapper
2016-07-29 09:27:00 -04:00
f793f8d2d0
allow unauthenticated connections to mqtt brokers
2016-07-13 15:57:00 -04:00
9b23f6747e
make sure we get all 32 bits printed out
2016-07-13 13:52:23 -04:00
5df5ea2f1c
cast for size_t!
2016-07-13 13:33:15 -04:00
ecc300d7a3
Merge branch 'master' of github.com:adafruit/Adafruit_MQTT_Library
2016-07-12 15:20:55 -04:00
dfc670deeb
fix for long packets on cc3k
2016-07-12 15:20:43 -04:00
b2a534ede9
add standard connect function to time example
0.14.3
2016-07-12 14:07:27 -04:00
2d03ae9c89
bump to 0.14.2
0.14.2
2016-07-11 15:59:43 -04:00
029eee956c
add io time interval example
2016-07-11 15:57:55 -04:00
f7bd3e31a6
bump to 0.14.1
0.14.1
2016-07-11 15:37:14 -04:00
63d86e2ca2
parse local time in callback example
0.14.0
2016-07-08 18:27:01 -04:00
82873050b6
add error output on dropped packets, and mqtt w/callbacks example
2016-07-08 17:16:07 -04:00
4269d87492
callback support
2016-07-08 17:01:40 -04:00
9ed79466b2
shorter suback timeout
2016-07-08 15:21:47 -04:00
bb240928e8
fix for extra float zero-terminator https://github.com/adafruit/Adafruit_MQTT_Library/issues/35
2016-07-06 18:37:11 -04:00
ad6ae59725
fixiy https://github.com/adafruit/Adafruit_MQTT_Library/issues/46
2016-07-06 18:34:56 -04:00
5d133c3852
updated publish half for long packet sendings!
2016-07-06 18:32:21 -04:00
b26b4eb32c
max receivable MQTT packet is 16 bits (tested with 300 byte packet receive)
...
also fixd buffer printer to have 16 bit length
2016-07-06 17:20:02 -04:00
121aa3865c
bump to v0.13.3
0.13.3
2016-07-06 13:45:29 -04:00
a7ae377720
add adafruit io error subscription example
2016-07-06 13:45:10 -04:00
737fa4b39d
fix version in lib properties
0.13.2
2016-07-05 17:09:00 -04:00
c8253d2128
bump to 0.13.2
2016-07-05 17:08:39 -04:00
7d138efc1a
add delay to secure example publish loop
0.13.1
2016-07-05 16:16:46 -04:00
c19e155bac
add adafruit io ssl/tls example for esp8266
2016-07-05 16:12:06 -04:00
ac4674536c
bump version to 0.13.0
0.13.0
2016-06-30 12:43:28 -04:00
a05f1d9fd4
Merge pull request #47 from adafruit/connack_custom_codes
...
Add Adafruit IO Custom MQTT CONNACK Return Codes
2016-06-29 18:06:36 -04:00
39f1169559
increase connect timeout to allow for 5 second ban response
2016-06-28 14:53:08 -04:00
d7f85c1ff2
remove extra space in travis config
2016-06-28 11:39:01 -04:00
7943f903e7
add winc lib to travis install
2016-06-28 11:31:14 -04:00
b116845dd4
skip tests for new examples
2016-06-28 09:24:57 -04:00
af8ec63ce6
add new mqtt error codes for connack
2016-06-24 17:02:57 -04:00
1d0feb282b
fixed FONA
0.12.3
2016-06-07 22:43:49 -04:00
58f5d0cda6
also fixed 'multiplier overflow' bug - YAY COMPILERS
2016-06-07 22:39:07 -04:00
7e888e576a
fix for readpacket
2016-06-07 22:17:05 -04:00
a85fc90df0
Merge pull request #42 from AHitchcock/master
...
Master
2016-05-30 12:39:26 -04:00
de48c73e74
Added MKR1000 board to list to define the dtostrf function
...
Adding the MKR1000 board to the list of boards for which the dtostrf
function should be defined here (for lack of a better way to determine
if the function is available elsewhere).
2016-05-29 09:03:04 -07:00
e015dbbcda
dtostrf for other SAMD boards
...
Changed preprocessor directive to create the dtostrf function whenever
it is not defined in order to support more SAMD boards (including
MKR1000) without adding more board defines to the ifdef.
2016-05-29 08:39:09 -07:00
e21fe8b3b6
Add GitHub issue template
2016-05-27 13:45:42 -07:00
877401f1a0
Add GitHub pull request template
2016-05-27 13:40:32 -07:00
a66f64da88
Merge pull request #40 from jmue/fix/indeterminate_variables
...
properly initialize variables
2016-05-20 14:47:42 -04:00
9ccd463fb9
properly initialize variables
2016-05-20 20:41:16 +02:00
ab1a0938b9
smarter packet reading makes for faster publish-handling! also, retries subscriptions 3 times
2016-05-18 15:23:41 -04:00
7068ef5afe
update compatibility matrix in README
2016-04-12 14:50:13 -04:00
8f595cdb95
properly process packets until you get the one you want (prep for callback w/good retain support)
2016-02-08 23:36:25 -05:00
79dd62468f
add support for reading retained subscriptions (only works for one subscription since the pub packet gets eaten otherwise
2016-02-01 18:42:28 -05:00
19b581c2b7
Merge pull request #28 from stuthedew/Arbitrary_data_publish
...
Arbitrary data publish
2016-02-01 15:09:20 -05:00
581aac3207
Fixed README Typo
2016-02-01 12:33:33 -06:00
de426a886f
Clean up
2016-02-01 11:08:00 -06:00
2eae3ec309
Revert "Removed .Travis file"
...
This reverts commit 7909e5a811
.
2016-02-01 11:06:35 -06:00
0be4b1c2bd
Merge branch 'master' into Arbitrary_data_publish
2016-01-31 21:27:40 -06:00