-
Hi, i'm trying to setup a secure connection to my broker by using the paho sync client library.
But unfortunately i'm getting the error ssl not supported. But i have compiled them, so i'm wondering h…
-
Hi there,
I'm comparing different ruby mqtt clients, I have this code:
```ruby
client = MQTT::Client.new(username: 'testuser', password: 'testpasswd', client_id: "client_#{rand(1..1_000_000)}",…
-
Hi,
To use MBEDTLS with this library you need to define MQTT_MBEDTLS.
If you do that then the software doesn't compile, it appears to be using the MBEDTLS network stack in mqttplatform.c. The …
-
**Describe the bug**
Within the function `MQTTProtocol_emptyMessageList()` in `MQTTProtocolClient.c` when the function attempts to assign the variable `Messages* m` to `current->content` it is attemp…
-
i have issues on paho-mqtt .Can i know which versions do you use for the paho-mqtt library?
-
```
ubuntu@ai:~/test/build-deps/paho.mqtt.cpp$ cmake -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_DOCUMENTATION=FALSE -DPAHO_BUILD_STATIC=TRUE -DPAHO_BUILD_SHARED=FALSE -DPAHO_MQTT_C_PATH=../paho.mqtt.c…
-
I'm trying to cross compile the mqtt C++ lib to use in my embedded linux device ( An armv7l device), then I add as a submodule [paho.mqtt.cpp](https://github.com/eclipse/paho.mqtt.cpp) and also [paho.…
-
Under PyCharm a simple project using python 3.8.5 and venv leads to this error even so the package installed is paho-mqtt v2.0.0
coding this
import paho.mqtt.client as mqtt
...... mqtt.Cal…
-
SW Version: 2.5.2
Branch: master
Build Date: 08.01.2021
- Plugin: mqtt
- Ich wollte mqtt einrichten aber es kam folgender Fehler.
20.08.2024 23:08:03 - pluginLoader [ERRO…
-
```
java -jar /opt/cli-java/cli-paho.jar connector --help
first argument must be sender, receiver OR connector
```