-
The clock stalls (no blinking dots) when we stop Mosquitto. If Mosquitto is started again, the clock becomes active immediately. It seems that the mqtt connect doesn't yield to our scheduler.
-
I'm trying to setup a VPN client on a balena.io powered Raspberry Pi 4 from my local network to a remote network who has an OpenVPN server container set.
The aim is to set an eclipse-mosquitto mqtt i…
-
I'm trying to run the mosquitto broker on a PC and connect with a different PC. Both have mosquitto installed and can run the broker and publish and subscribe locally. When trying to connect to each…
-
My program can do PUBLISH, PUBRIC, PUBERL, PUBCOMP now
The message print in Log is show below
MyProgram[5194:1180483] [MOSQUITTO] DEBUG Client cid received PUBLISH (d0, q2, r0, m8, 'Test/6', ... (1…
-
Built 2.0.14 from source, enabled WebSocket support on Ubuntu 20.04 (fully updated)
Following config file fails at startup:
```
allow_anonymous true
listener 1884
protocol websockets
```
```
…
-
**Describe the bug**
A clear and concise description of what the bug is.
I have a working configuration with Mosquitto + a reverse proxy and I would replace it with nanomq.
My aim is forward the we…
-
Hi,
I am facing issues in testing this Python MQTT bench. when I set --pub-client > 50 and --sub-client> 50 the command (pymqttbench --hostname localhost --sub-client 50 --pub-clinet 50 ) stalls and…
-
Mosquitto 2.0.15 on ubuntu 22.04
Using the dynamic security plugin, I create many clients and roles. The clients and roles are 1:1, I create 50 client and role pairs. I then delete them all. If I…
-
Hi,
In order for Mosquitto MQTT to use OS certs, `MOSQ_OPT_TLS_USE_OS_CERTS` needs to be set. This works fine, however, if the user needs to set `certfile` and `keyfile` using `mosquitto_tls_se…
-
The procedure of compile and running follows:
1. libwebsockets & mosquitto
libwebsockets:
```
# git clone https://github.com/warmcat/libwebsockets.git
# cd libwebsockets
# git checkout v3.2.0 …