-
I am using paho mqtt client javascript for connecting my wss mqtt broker I added in connect option "useSSL: true" but it showing in console that "Websocket connection wss://{host}/ws failed:" in chro…
-
I have assembled a list of CB features (still not complete, but more complete than anything we have right now). Can we integrate that into the docs? At a central, easily found location. With each feat…
-
Using send() function of the WebSocket object to send payload is not working on simulated UAV data, mqtt ones works. The server returns:
```sh
WebSocket stream closed: Incoming data is not suppo…
mdhsl updated
2 years ago
-
Hi,
I am trying to use aesed on nodered with an mTLS connection.
The only port that can be used is the https port so connection will be over websockets.
![image](https://github.com/martin-doyle…
-
#### Reason/Context
Currently, Glee only supports WebSockets (server) and MQTT protocols. This means it's unusable for those using Kafka, AMQP, or any other different protocol.
#### Descriptio…
-
Follow up to PR #69.
It would be nice to support the MQTT transport for IS-07 Event & Tally as well as the WebSocket transport.
The implementation could utilise an existing C++ library to publis…
-
The migration from `MQTT Connection class with MQTT Connection.Websockets` to `Connection with Connection.WS` is breaking the connection handler's contractual obligations. There is an issue where the …
-
```bash
[INFO - BaseMQTT]: MQTT broker found at: 192.168.0.242:1883
[INFO - BaseMQTT]: Broker 192.168.0.242:1883
{
"mqtt": {
"enabled": true,
"server": "192.168.0.242",
…
-
@xDWart It would be appreciated if you can build a mqtt via websocket client for ESP so that I can connect MQTT broker on ESP via `ws://...`.
This is long-lacking feature on ESP. I don't think it n…
-
I don't know why this is failing with the error:
`WebSocket connection to 'ws://localhost:1883/' failed: `
``` js
const protocol = "mqtt"
const host = "localhost"
const port = 1883
app.use…