-
Hi,
I successfully setup pubsubclient to send messages to my remote MQTT broker (RabbitMQ), but when I publish a message it is published multiple times on the broker (RabbitMQ does not support QoS2…
-
```
[21:02:34] root@smarthome:/opt/miflora-mqtt-daemon# python3 /opt/miflora-mqtt-daemon/miflora-mqtt-daemon.py
Xiaomi Mi Flora Plant Sensor MQTT Client/Daemon
Source: https://github.com/ThomDiet…
-
Hey,
mosquitto should be MQTTv5 ready, but for the bridge-mode connection with cleanSession=false and mqttv50 protocol version, you cannot give a session expiry interval, which causes brokers to de…
-
This is a tracking issue for our project to make the PlanktoScope segmenter easier to deploy/use for batch processing outside the PlanktoScope's Raspberry Pi.
## Motivation
Currently, the segme…
-
I created a p12 file using the suggested commandline (using OpenSSL on Windows11). pem.cert and private.key came from AWS IOT thing creation wizard.
When I try to select it as a Client PKCS#12 file…
-
### What happened?
Started a docker container on three different PCs in a cluster configuration. Version 4.4.3
At some point during runtime, the following error message appears on some nodes at va…
-
success: WebSerial VendorID 0x1a86 ProductID 0x7523
Folotoy $: at+config=?
Received command: at+config=?
{
"wifi": {
"enable": true,
"ssid": "MERCURY_C16D",
"password": "fdad…
-
Hi @RizkyRajitha
I got an issue when the exporter running via docker.
```
2023/01/13 13:01:41 brokerAddress : xxx:1883
2023/01/13 13:01:41 username : xxxx
2023/01/13 13:01:41 mosquitto_m…
-
I want use mows with v3.1.1 broker.
When mows support v.3.1.1?
If it will support, I want change “WebSocket Subprotocol Name” to 'mqtt' from 'mqttv3.1'.
http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/co…
-
Let's assume I have two machines that I am running mqtt_client on, both have ROS2 Humble installed.
I now run a mosquitto broker on machine 2 and bridge some ros topics from machine 1 to machine 2 vi…