-
II am trying to connect to a mqtt server with tls on websocket. I can with the client for macos MQTTX, with the attached configuration (note that I didn't have to specify the certificates), but I can'…
-
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…
-
It took me few days to identify why WebSocketStreamClient can't communicate with mosquitto behind rev-proxy. Since I've spent way more time then I should I'm posting the solution here for other troubl…
-
Hi there,
Thanks for sharing this project, I'm very excited to see MQTT and asyncio coming together.
I was surprised by the callback-style API in the [basic example](https://github.com/wialon/gmqt…
-
Hi there 👋,
thanks for this awesome project! I really like the idea. While tinkering around with it, I discovered that the npm process is crashing if you send the same mqtt command twice:
```
hom…
-
Food for thought related to this: in my application I'm using `aiohttp` as the HTTP server for the main application providing a REST API. I then expose real-time updates via MQTT over websockets.
…
-
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…
-
We should consider specifying how TRS clients can subscribe to receiving TRS CEs from TRS Servers without polling.
In the SCOTT project, we have implemented [TRS push over MQTT](https://github.com/…
-
MERCI DE RESPECTER LES DIFFERENTS CHAMPS SINON JE CLOS L'ISSUE.
**Après avoir installé l'adons "myelectricaldata **, j'ai ce message qui s'affiche dans le journal de mosquitto.
`[12:15:49] INFO: S…
-
**Transports must be dynamic to provide transports independently.**
In my opinion, by making dynamic transports, it is possible to add custom transports such as tcp, mqtt gprc, etc.
But this issue…