Questions tagged [aedes]
17 questions
0
votes
2 answers
Can't connect to aedes MQTT broker
I've got an aedes MQTT broker and my MQTT client, but I can't seem to connect them.
In my app.js I do the following:
(async function () {
try {
await startBroker();
await mqttClient();
} catch (e) {
console.error("ERROR: ", e);
…

K20GH
- 6,032
- 20
- 78
- 118
-1
votes
1 answer
TLS/SSL error connecting to simple MQTT Aedes Server
I have a requirement to implementing a custom MQTT Broker using Aedes.
To start I'm building a simple beginner's code to enable MQTT client tools to connect using TLS/SSL (I've succedeed without SSL/TLS):
import Aedes from "aedes";
import fs from…

Mendes
- 17,489
- 35
- 150
- 263