coreMQTT icon indicating copy to clipboard operation
coreMQTT copied to clipboard

Client implementation of the MQTT 3.1.1 specification for embedded devices

Results 15 coreMQTT issues
Sort by recently updated
recently updated
newest added

[PlatformIO](https://platformio.org/) is an increasingly popular open source build system for embedded development, supporting many frameworks, targets and environments. (I am not affiliated in any way with PlatformIO, I'm just a...

Hi, I'm wondering why there hasn't been an official release in over a year? We took v2.1.1 considering it was stable, but when the all the fixes going for keep...

I use the FreeRTOS-LTS 2022210.01. I realized that CoreMQTT had a idle period every data paket of OTA when I do OTA of FreeRTOS. I doesn't happen when I use...

Provide support for the new MQTT5 connectivity protocol for all FreeRTOS users. MQTT v5 builds on the MQTT v3.1.1 protocol used by most devices to connect to AWS IoT Core...

roadmap

It is a very narow corner case but stil it breaks the client and renders it unusable. 1. coreMQTT client is running on an embedded device, it subscribed to a...

enhancement
help wanted

The AWS MQTT broker supports MQTT v5.x. To make the most out of integration of devices to AWS MQTT broker using MQTT v5.x, the coreMQTT library needs an update as...

enhancement
help wanted

Hello, I have been using the library on a C++ project and would like to pass the this pointer to the Event Callback to be able to access my class...

enhancement

### Description CoreMQTT likely relies upon state - state which may be accessible across FreeRTOS tasks. We want to verify CoreMQTT is task/thread safe by ensuring that state access across...

help wanted

Specify separately from transport interface. Using an opaque type with multiple definitions in a binary can cause a tonne of problems with debuggers. Use a void pointer to reduce the...