Chris Mumford
c5599bfabc
Corrected client public/private methods.
...
Switched the following four methods from public to
protected in Adafruit_MQTT_Client and Adafruit_MQTT_FONA:
1. connectServer
2. disconnectServer
3. readPacket
4. sendPacket
When public (previously) they could be called by users
of this library, which is not the intent of this API.
2020-07-03 10:43:51 -07:00
dherrada
148cfb3591
Moved to actions, no doxygen
2020-06-25 09:56:46 -04:00
ladyada
5f3a1e2322
drop progmem support
2016-08-09 14:21:46 -04:00
Todd Treece
f793f8d2d0
allow unauthenticated connections to mqtt brokers
2016-07-13 15:57:00 -04:00
ladyada
ad6ae59725
fixiy https://github.com/adafruit/Adafruit_MQTT_Library/issues/46
2016-07-06 18:34:56 -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
ladyada
58f5d0cda6
also fixed 'multiplier overflow' bug - YAY COMPILERS
2016-06-07 22:39:07 -04:00
ladyada
7e888e576a
fix for readpacket
2016-06-07 22:17:05 -04:00
ladyada
0f9627c73c
only kick watchdog if its enabled
2015-12-10 14:46:40 -05:00
Todd Treece
2aed9ae737
remove defaults from mqtt constructors
2015-10-22 10:09:16 -04:00
Todd Treece
f1499b484a
rearrange child classes to match new constructor
2015-10-05 14:57:44 -04:00
Todd Treece
aa6db4d5f5
rename all subclass diconnect() to disconnectServer()
2015-10-05 14:18:49 -04:00
Tony DiCola
643c906aa6
Add connected() function to MQTT class. Update examples with robust reconnect logic.
2015-07-05 14:29:13 -07:00
Tony DiCola
a33dac3249
Merge branch 'master' of https://github.com/adafruit/Adafruit_MQTT_Library
2015-06-10 15:39:03 -07:00
Tony DiCola
6a740d4004
Cleanup and prepare for publishing.
2015-06-10 15:38:34 -07:00
ladyada
a2c5fca4d8
read max packet
2015-06-10 00:30:52 -04:00
Tony DiCola
d063469e03
Add Ladyada's FONA implementation.
2015-06-09 21:22:36 -07:00