wolfMQTT icon indicating copy to clipboard operation
wolfMQTT copied to clipboard

wolfMQTT is a small, fast, portable MQTT client implementation, including support for TLS 1.3.

Results 17 wolfMQTT issues
Sort by recently updated
recently updated
newest added

Pre-processor compiler version flags for this change come from ( https://github.com/Microchip-MPLAB-Harmony/net/blob/2dd23ebaccec29104b8c9ab5614dbb0112f2bf8c/tcpip/src/berkeley_api.c#L53 ).

Hello, We are seeing the following error and trying to understand where it is coming from. Could you please elaborate as to when the "WMQTT_NET_GLUE Error: Skt Timeout, occurred in...

If a MQTT-SN client issues a disconnect containing a sleep timer, the disconnect callback should not trigger on the gateway reply confirmation. This fixes an issue first reported by ZD14059

In this line: https://github.com/wolfSSL/wolfMQTT/blob/0ba0929bfc0fbaffd5a612ed9c79eefcd0aea134/examples/mqttnet.c#L672 a posix `select()` call is used. This is limited to handle a maxmium of 1024 filedescriptors in a system (overall, not only in that specific call!)....

enhancement

Since [paho.mqtt-sn.embedded-c](https://github.com/eclipse/paho.mqtt-sn.embedded-c) has support for DTLS it would be awesome if wolfMQTT had support for this as well. Are there any plans for this? As wolfMQTT uses wolfSSL, which supports...

enhancement

From https://www.wolfssl.com/forums/post6291.html > For a system, which has more than ONE client, it is desirable that the MQTT library resources are independent for each client. > > There are many...

enhancement

Hey all! This looks like a fantastic lib :-) Are you planning to add support for MQTT-over-Secure-WebSockets? Thanks.

enhancement

Can you add automatic connect function? thanks. For instance, When the broker restarts, ping/pong test cannot auto connect to the broker server. like as: Recently, I learned about paho. MQTT....

enhancement

Is there a possibility in the development plans for the introduction into this project of the simplest internal mock MQTT broker, for which the transport level between tasks would be...

enhancement