-
首先非常感谢提供mosquitto-cluster这个工具。请问目前集群是否支持TLS-PSK认证加密,node_identity和node_psk 配置生效了么?
问题描述:
moquitto broker开启TLS-PSK认证后,使用mosquitto_sub/pub可以通过psk连接成功,命令如下:./mosquitto_sub --psk-identity id --psk 123…
-
Hi. I have tried the MQTT sample in the azure sphere gallery. It worked fine. Now I have been trying to connect 2 device. I got continuous error whenever I added more client on the python code.
Thes…
-
There is a function called `mosquitto_set_username` which allows the broker security plugin to assign current context another user.
I'd like to suggest a `mosquitto_set_clientid` to allow the broker …
-
MQTT Client gateway with LAN interface does not support custom clientid.
My MQTT broker, mosquitto, is set up with a `clientid_prefixes` filter and so does not allow the domoticz's hardware to connec…
whren updated
2 years ago
-
#### Motivation
A common request for some customers is to connect to the broker using TLS-PSK (since it is more secure than basic mqtt but far less complex than certs)
#### Detailed design
In…
-
**Is your feature request related to a problem? Please describe.**
I have a cluster of MQTT brokers, each node in the cluster has a different IP address. I need protection against one of the nodes in…
-
Hi.
Using the library, is it possible to connect to an MQTT server (_Mosquitto_) thas requires authentication based on username and password?
Actually I'm using `mqttClient.connect(broker, port)`, b…
-
My builds run on another server, so I want to use a mosquitto broker to relay the notifications, like so
mosquitto_pub -h 192.168.10.80 -t notifications -m "{\"title\": \"Custom notification\",…
-
I'm spinning the image up with compose as follows
```
mqtt-broker:
image: eclipse-mosquitto
ports:
- "1883:1883"
- "9001:9001"
networks:
- web
- default
…
-
----
**Describe the bug**
The CPU usage percentage in Home Assistant doesn't match the CPU usage the windows taskmanager performance tab.
Home assistant gives me a value of 1-4%. Windows performa…