-
Environment
```
Windows 10
rustup 1.24.3
rustc 1.54.0
```
.cargo/config
```
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
```
project Cargo.to…
-
- [x] Bug exists Release Version 1.2.5 ( Master Branch)
- [?] Bug exists in MQTTv3 Client on Snapshot Version 1.2.6-SNAPSHOT (Develop Branch)
- [?] Bug exists in MQTTv5 Client on Snapshot Version 1.…
-
Reconnect problems occur at MQTT publisher client implementation with MQTT broker connection over WebSocket protocol, using QoS2 topic types and persistent session.
Steps to reproduce the behavior:…
-
I'd really like to use the WebSockets/MQTT subscriptions instead of polling the REST API, but out site (https://tramchallenge.com/) is hosted on HTTPS so I can't do so because it would cause mixed-con…
-
404 Websocket (Error404 - not found)
429 MQTT (Error429 - Too Many Requests)
443 HTTPS (normaler HTTPS-Port)
---------------------------…
-
MQTT protocol is found to be too slow for real-time communication.
When the Python script reads from the sensor and sends the data to Node-RED, the data displayed on the dashboard is showed with a …
-
i've installed it but i cannot get any logs.
```js
var wsPort = 1883;
var wsSslPort = 1885;
var fs = require('fs');
var aedes = require('aedes')();
var logging = require('aedes-logging');
v…
-
Enable connection to broker with simple mqtt protocol (default port 1883) for brokers that do not support websocket connection
-
Hi there
I have a mqtt server with auth plugin enabled.
Mosquitto: 1.5.8
Mosquitto Auth: 0.13
LibWebSockets: 3.2.0
Almost everything works fine, only topics wildcards can’t deliver messages…
-
Hi,
I have a mosquitto server running on ubuntu 18.02. I've confirmed that the websocket is open and listening on the desired port (both through netstat and logs). I'm running version mosquitto 1.5…