-
Mosquitto is installed through apt-get and has been working well for ages.
Now I've I've added a few extra programs such as Sambo, raspAP, SIXFAB and maybe a few more programs and now mosquito broker…
-
Running mosquitto version 1.5.7.
Adding **bridge_outgoing_retain false** to the configuration file causes this error:
```
Job for mosquitto.service failed because the control process exited with er…
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration i…
-
Whenever a new message is being published from the client by mosquitto_publish() , it is appened to a linked list containing all the messages to be sent. But it is not being processed right after that…
-
e.g. add command to run a MQTT broker:
`docker run -it -p 1883:1883 eclipse-mosquitto:2.0.10 mosquitto -c /mosquitto-no-auth.conf`
-
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…
-
Hi,
First of all I didn't put the username and password for mosquitto broker. In log in prompt it is not getting logged in if I press login button. In another way, I have created the user name and p…
-
After upgrading to 1.6.3 from 1.5.x I found that when the bridge connection is lost the bridge won't recover when the connection is re-established.
Only solution has been restarting mosquitto.
M…
caevv updated
2 months ago
-
> If you have a great idea but it involves big changes, please file a ticket before making a pull request!
My idea would be to have a Powermode for Maaspower that send MQTT Messages and Topics to a…
-
Hi,
I am new to MQTT/Mostquitto and trying to use this for our system's IPC between the containers. So on a server running Kubernetes with Docker containers, I am trying to create 3 containers
1.…