-
### Error
I am publishing with HiveMQ-CLI 1000 MQTT QoS 2 messages to Mosquitto with Payload ``"Hallo Welt "`` with `n` ∈ [1 ; 1000] - ca. one message per second. Mosquitto is configured to bridge al…
-
So i tried running sudo docker run eclipse-mosquitto:2 mosuitto_passwd -b ~/chirpstack-docker/configuration/mosquitto/config/passwd (username) (passwd) and it throws Error: Unable to open password fi…
-
i'am on an raspi with raspios -> buster
with mosquitto-clients 2.0.12 everything works as expected.
```
:~$ cat /etc/debian_version
10.11
```
```
:~$ cat /etc/apt/sources.list.d/mosquitto-bus…
-
mosquitto: After running mqtt broker started locally for a few days, the client connected to it cannot post messages and subscribe messages. It seems that tcp connection can be established but it cann…
-
Just now I tried to set up a docker image using the docker run command listed at https://hub.docker.com/_/eclipse-mosquitto
`docker run -it -p 1883:1883 -p 9001:9001 -v mosquitto.conf:/mosquitto/con…
-
Link: https://github.com/eclipse/mosquitto/issues/1277
Mosquitto: 2.0.12-0mosquitto1~bullseye1
Armbian 22.02.1 on OrangePi Zero, 5.10.60-sunxi
I had followed steps to reproduce issue, i even ex…
-
I cannot find any logging files/ messages
### my run command is:
```
docker run -itd --name="mosq" \
-p 1883:1883 -p 9001:9001 \
-v /Users/hjw/data/mqtt_docker/log:/mosquitto/log \
-v …
-
Using Windows 10, using container provided here: https://hub.docker.com/r/cedalo/management-center
I have experienced the following over several releases including today's most recent.
The conta…
-
When connecting to mosquitto broker on windows the topics filter appears to be populated with a null string rather than the default '#'. This leads to mosquitto broker dropping connection due to malfo…
-
Following the directions within the README.md, I was able to get the device setup on the Xcel web portal, and received an e-mail shortly after setup stating that I can connect to the smart meter, howe…