paho.mqtt.embedded-c
paho.mqtt.embedded-c copied to clipboard
Paho MQTT C client library for embedded systems. Paho is an Eclipse IoT project (https://iot.eclipse.org/)
fix 'platorm' spell mistake
Hello, The current code requies includes like `#include `, which can lead to a mess if you happen to have multiple mqtt-related dependencies. How about prefixing the includes with something...
We are looking to use the ResponseTopic feature outlined in v5.0 MQTT protocol> Does this library support it, and if not are there plans to support it and when?
I have need to publish several times each second. I have found that the design of MQTTRun and cycle() design does not work very well. First the MQTTRun will block...
The MQTT version 5.0 specification is nearing completion, with the availability of working draft 15 (https://www.oasis-open.org/committees/documents.php?wg_abbrev=mqtt&show_descriptions=yes), which is going to be, with very minor changes, the first Committee Specification Draft...
c->disconnect() should be called inside MQTTCloseSession()
when we use type union to store the string pair, the key and value of string pair will be the same.
RIOT-OS is packaging this repo downstream. I just [opened a PR](https://github.com/RIOT-OS/RIOT/pull/17503) to fix a memory corruption bug downstream that still seems to be present here. The issue is relatively trivial:...
- In the sendPacket() function, when timer is expired mqttwrite() function is not excute. So to give it a change to send ack packet (issue #223), we need to define...