Adafruit_MQTT_Library icon indicating copy to clipboard operation
Adafruit_MQTT_Library copied to clipboard

Arduino library for MQTT support

Results 76 Adafruit_MQTT_Library issues
Sort by recently updated
recently updated
newest added

Scope: Extends Adafruit MQTT Support to Arduino Due Limitations: Changed specifically for SAM3X8E

Added a 'retain' flag for the `Adafruit_MQTT_Publish` class. When set, published topics will be saved on the broker so later subscriptions will receive the message as well. In order to...

When function Adafruit_MQTT::publishPacket constructs the MQTT packets to be published, no validation was done to make sure that the function never writes more than MAXBUFFERSIZE into buffer. This could lead...

Switched the subscriptions to be a linked list instead of a hardcoded sized array. This improves memory usage by only using as much as needeed.

- **Describe the scope of your change** - Prevent publishing (return false) if passing a NaN float/double - **Describe any known limitations with your change.** - You won't be able...

https://github.com/adafruit/Adafruit_MQTT_Library/blob/974f4b8713a83d01b040a0d23b798d3f2978d990/Adafruit_MQTT.cpp#L228 Cheers Joerg

enhancement

I tried subscribing to 6 topics, and only 5 connected. Increased MAXSUBSCRIPTIONS to 10 in the .h file. No luck. Turned on MQTT_DEBUG to see what was happening. Saw that...

can u add this feature support for Adafruit FONA 3G Cellular?