-
const moscaSetting = {
interfaces: [
{ type: "mqtt", port: 1883 },
{ type: "mqtts", port: 8883, credentials: { keyPath: SECURE_KEY, certPath: SECURE_CERT } },
{ type: "…
-
just some really roughly written notes on some sondehub learnings
## mqtt broker selection
There's a lot to choose from and you might want to consider things like rabbitmq as they can dump message…
-
I just tried to send a simple msg to AWSIoT
const publish = AWSMqtt.publisher({
WebSocket: WebSocket,
region: AWS.config.region,
credentials: AWS.config.credentials,
endpoint: …
-
Hi everyone,
I’m encountering an issue with my code that’s supposed to connect to a [HiveMQ Broker](https://www.hivemq.com/). While the connection seems to be established successfully (as indicated…
-
**Describe the bug**
I am using paho.mqtt.cpp library that uses the c sdk, I am experiencing crashes from the c-sdk side.
paho.mqtt.cpp version : v1.2.0
paho.mqtt.c version : v1.3.12
I am using MQ…
-
I have everything wired and setup. I can access the control panel, but the button presses are not doing anything.
I am attempting to use the serial logger to get info, but it just keeps hanging:
`…
-
I've had mosquitto (2.0.18) running and working for services on the host machine for awhile now without any issues. Recently, I've been trying to get it to be reached by other devices on my network, b…
-
The Dart IO WebSocket connect method docs state
Create a new WebSocket connection. The URL supplied in [url]
* must use the scheme `ws` or `wss`.
Why is this? It seems restrictive, for exam…
-
问题列表:
1. 为什么选择mqtt?mqtt和websocket什么关系
2. 掉线重连怎么处理的?
3. 掉线率怎么统计的?
4. 多语言样式怎么兼容的?
-
2023-03-26 11:53:14,115 - mqtt.MqttClient - INFO - Connecting to mqtt broker (host=192.168.1.72, port=1883, user=mqqqt, ssl=False)
2023-03-26 11:53:14,120 - tydom.TydomClient - INFO - C…