-
mosquitto broker version 1.6.15. (Oracle Linux 8)
The MQTT 5.0 Specification Chapter 3.3.2.3.3 "Message Expiry Interval" requires:
"If the **Message Expiry Interval has passed** and the Server has…
-
Will the library work with a wired network, such as a ESP32 + ethernet LAN8720A?
-
- VerneMQ Version: 1.5.0
- OS: running in docker on Ubuntu 18.04
This is related to #771. We've been revisiting the use of the leveldb backend again since it would provide us with some persistence…
-
We use the same approach for communication between applications and services
but not by a gateway
we use a mqtt client to send message from rocketmq to mqtt broker
by a gateway seem to reduce numbe…
-
One useful pattern to track device up/down status is to have a will set to .../status with value '0' and retain, and when the device comes up to publish to the .../status with value '1' with retain. T…
-
We are using the MQTT broker and publishing messages directly to all clients using the broker's `Publish()` func.
This func adds a new publish packet to the `inlineMessages.pub` buffered channel (siz…
-
### Describe the bug
Is this a bug? Of not supported? I am trying to connect to AWS IoT with client certificate over port 8883. I see some references to ALPN but that doesn't seem a hard requirement.…
-
The mosquitto_sub client has a --retained-only option to only read the retained messages. How can this be implemented using MQTT.js? How do you know, after subscribing, that all retained messages are …
-
is there a way to increase the scalability? if any only one help me with this?
Currently, it handles 15K subscribers, I need to manage with 2 million.
What is the solution for that to achieve this…
-
## The problem
After updating to 0.116.0, I have the below SniTun errors in the long. These have potentially been there prior to 0.116.0, I didn't really take note.
I do use NabuCasa if that's o…