-
The backup directory belongs to root, therefore backup.sh when run as pi has not the right permissions. For the installation, I ran menu.sh as pi, not as root, but somehow to install docker in the na…
-
i wan't to deploy a cluster
steps:
start router
./router
start node1
/Users/kris/go/bin/hmq --clusterport 8099 --router :9888 --port 1883
mosquitto_sub -t testtest -p 1883
start node2
/U…
-
Hallo
Ich bekomme folgende Meldung:
![Auswahl_005](https://github.com/user-attachments/assets/caaca0c8-97f0-45a4-b7ae-5ab44fb98748)
Leider hab ich keinen Plan, welcher MQTT Client dies verursac…
-
Create a generic driver to support MQTT devices.
It will:
* use Eclipse Mosquitto(TM) (https://mosquitto.org/)
* support various devices (ups, pdu, ...)
* use external definition files, includ…
-
We have an existing plugin that, for MQTT v5 clients use user defined properties to send additional data to the username and password. All values are used to perform authentication. We are moving a…
-
Hi,
I am trying to set the ntp server address and timezone and I am guessing I require this this for correct energy metering as it does on tasmota - todays usage resets to zero at midnight.
I have…
-
直接注册指针,省去哈希查找
int register_event_ptr(struct mosquitto_db * db,struct mosquitto * context,int state,int is_listen_sock)
{
if(!db || db->epoll_fd sock sock;
_new_events.events = state;
…
-
Hello Mosquitto people,
I'm not sure if Github issues is the right place to get user support, but I suspect I might be treading one of the fewer used paths with libmosquitto which maybe does not be…
-
Not sure what’s going on, but I have a website using the paho-mqtt client over secure websocket. All good. Unfortunately, CocoaMQTT isn’t able to connect, securely or otherwise. No errors, other than …
-
The MQTT guides currently show setting up Mosquitto to handle MQTT connections.
We can use [Test Resources](https://micronaut-projects.github.io/micronaut-test-resources/latest/guide/#modules-mqtt)…