brentru
|
4ba2fee0e0
|
increase sub data len to MAXBUFFERSIZE
|
2023-08-31 13:36:49 -04:00 |
|
brentru
|
c3d72a5a54
|
clang
|
2023-08-31 13:34:53 -04:00 |
|
brentru
|
1091b17df7
|
make more informative
|
2023-08-31 13:34:29 -04:00 |
|
brentru
|
34c28094f1
|
fix i2c decode issue
|
2023-08-31 13:25:58 -04:00 |
|
Brent Rubell
|
e9a6c12184
|
Revert "Fix connectErrorString return type for ESP-32 BSP 2.0.8"
|
2023-05-04 14:26:19 -04:00 |
|
brentru
|
dd72b39489
|
fix return type for esp bsp 2.0.8
|
2023-04-21 13:05:51 -04:00 |
|
brentru
|
d6b8436fb9
|
clang format
|
2022-11-14 16:24:03 -05:00 |
|
brentru
|
28435eaf58
|
fixes from @ben-willmore on 83af73f4e5
|
2022-11-14 16:23:51 -05:00 |
|
Brent Rubell
|
9409c6373b
|
Merge branch 'adafruit:master' into master
|
2022-11-14 16:07:25 -05:00 |
|
brentru
|
96880c03c0
|
larger buffer for WS
|
2022-11-02 16:59:00 -04:00 |
|
Ben Willmore
|
8b27fdb775
|
Fix formatting
|
2022-11-02 20:17:05 +00:00 |
|
Ben Willmore
|
e6ab3a9631
|
Tidy code
|
2022-11-02 11:37:01 +00:00 |
|
Ben Willmore
|
d3fdbb2f7c
|
Use function overloading instead of optional arguments
|
2022-11-02 11:33:32 +00:00 |
|
Lucas Jandrew
|
de5059eb92
|
Make publishPacket retain flag default to false
|
2022-11-02 11:18:59 +00:00 |
|
brentru
|
30d4af8179
|
remove debug
|
2022-10-28 14:53:32 -04:00 |
|
brentru
|
5c00e84d08
|
add new processSubscriptionPacket func
|
2022-10-28 13:01:06 -04:00 |
|
brentru
|
0ba089d1e8
|
fixes processUntil
|
2022-10-28 12:27:33 -04:00 |
|
Ricardo Gorosito
|
4cb40f87d2
|
stop loosing messages
|
2021-05-23 15:52:35 -03:00 |
|
brentru
|
c5cdfc9564
|
clang format
|
2021-05-18 16:54:01 -04:00 |
|
brentru
|
a1e64c039e
|
settable keepalive interval
|
2021-05-18 16:41:26 -04:00 |
|
Flavio Fernandes
|
d6f07ed4e4
|
Adafruit_MQTT::publishPacket: Protect against memory corruption.
Avoid memory corruption from happening when data payload provided
in Adafruit_MQTT::publishPacket is greater than MAXBUFFERSIZE.
In order to do that, a helper function is being added to calculate
how much space is available for the payload after subtracting what
is used as the header.
Pull request https://github.com/adafruit/Adafruit_MQTT_Library/pull/166
Fixes https://github.com/adafruit/Adafruit_MQTT_Library/issues/109
Fixes https://github.com/adafruit/Adafruit_MQTT_Library/issues/122
Signed-off-by: Flavio Fernandes <flavio@flaviof.com>
|
2021-04-02 12:14:39 -04:00 |
|
Lucas Jandrew
|
f3f5c18c6d
|
Reformatted with clang-format
|
2020-11-06 10:20:52 -05:00 |
|
Brent Rubell
|
4a409caf16
|
Merge branch 'master' into better-ping-handling
|
2020-08-04 10:38:19 -04:00 |
|
dherrada
|
148cfb3591
|
Moved to actions, no doxygen
|
2020-06-25 09:56:46 -04:00 |
|
Lucas Jandrew
|
8e8245d734
|
Removed code from my previous PR
|
2020-02-24 01:11:43 -05:00 |
|
Lucas Jandrew
|
5ea3e3ba72
|
Handle publish packets when they're not the expected packet type
|
2020-02-23 22:42:43 -05:00 |
|
Lucas Jandrew
|
259cba0837
|
Adds retain support for publishing messages
|
2020-02-19 19:15:27 -05:00 |
|
brentru
|
8780dd5491
|
increase mqtt sub. limit for non 32u4/328p devices
|
2018-08-27 14:51:29 -04:00 |
|
Todd Treece
|
3553074d45
|
bump lib to 0.17.0
|
2016-12-29 16:09:07 -05:00 |
|
Todd Treece
|
ae18e8a6c4
|
add platform ifdef for subscription length limit
|
2016-11-20 19:57:21 -05:00 |
|
Todd Treece
|
ceeedc2b3c
|
bump to 0.16.1
|
2016-08-15 17:11:54 -04:00 |
|
Todd Treece
|
b61d7e7024
|
remove flashstring helper constructors & methods
|
2016-08-15 13:05:51 -04:00 |
|
Todd Treece
|
c56e1b935f
|
bump to v0.16.0
|
2016-08-10 11:27:37 -04:00 |
|
ladyada
|
bdd08d443e
|
fix esp, remove debug
|
2016-08-09 21:37:07 -04:00 |
|
ladyada
|
4b57d0ddcb
|
remove progmem support (only FONA really needed it and its OK)
|
2016-08-09 15:52:08 -04:00 |
|
Todd Treece
|
ae113941a1
|
add version constants & bump version in library.properties
|
2016-08-05 14:59:40 -04:00 |
|
Todd Treece
|
49eda71d17
|
fix io callback scope issue
|
2016-07-29 15:06:54 -04:00 |
|
Todd Treece
|
ad83c09d20
|
add new sub callback typedef for io wrapper
|
2016-07-29 09:27:00 -04:00 |
|
Todd Treece
|
f793f8d2d0
|
allow unauthenticated connections to mqtt brokers
|
2016-07-13 15:57:00 -04:00 |
|
ladyada
|
82873050b6
|
add error output on dropped packets, and mqtt w/callbacks example
|
2016-07-08 17:16:07 -04:00 |
|
ladyada
|
4269d87492
|
callback support
|
2016-07-08 17:01:40 -04:00 |
|
ladyada
|
9ed79466b2
|
shorter suback timeout
|
2016-07-08 15:21:47 -04:00 |
|
ladyada
|
5d133c3852
|
updated publish half for long packet sendings!
|
2016-07-06 18:32:21 -04:00 |
|
ladyada
|
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 |
|
Todd Treece
|
39f1169559
|
increase connect timeout to allow for 5 second ban response
|
2016-06-28 14:53:08 -04:00 |
|
ladyada
|
ab1a0938b9
|
smarter packet reading makes for faster publish-handling! also, retries subscriptions 3 times
|
2016-05-18 15:23:41 -04:00 |
|
ladyada
|
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 |
|
ladyada
|
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 |
|
Stuart Feichtinger
|
0d8c841af5
|
Clean up duplicate functions
|
2016-01-31 15:33:58 -06:00 |
|
Stuart Feichtinger
|
2876ac43dd
|
Added generic buffer
Crashes when publishing to more than one stream
|
2016-01-17 19:27:20 -06:00 |
|