martin-doyle

Results 40 comments of martin-doyle

node-red-contrib-aedes requires Nodejs12. But as you see in the logs aedes requires Nodejs14 minimum.

Be aware that Node 14 is out of maintenance since April this year. Best install Node 18.

Check if you have multiple versions installed.

https://askubuntu.com/questions/1259840/why-an-old-nodejs-version-is-installed-on-my-ubuntu-machine

I think you need to enable SSL/TLS including server certificates in order to setup a secure connection. What error messages do you get in the Node-RED logs?

Could you provide some more information about the environment (OS version, Docker version, Node-RED version)? Could you also provide in Gist a copy of a sample flow, please? I would...

Thank you for your information.

node-red-contrib-aedes requires Nodejs12. But as you see in the logs aedes requires Nodejs14 minimum.

Some thoughts: 1. If you want to use a standalone MQTT broker think of using Aedes.js directly. 2. Aedes has a build-in cluster support (if you really need a cluster)....

Please check also the test files. There are examples for accessing the node-red-contrib-aedes broker from an external client.