node-red-contrib-aedes icon indicating copy to clipboard operation
node-red-contrib-aedes copied to clipboard

MQTT broker for Node-RED based on Aedes

Results 18 node-red-contrib-aedes issues
Sort by recently updated
recently updated
newest added

I had this library running on my Node-Red server, I was using the example provided here: https://github.com/martin-doyle/node-red-contrib-aedes/blob/master/examples/aedes_simple.json then after trying to change the default port back to 1883 - after...

Orange Pi +2E, Armbian 23.5.2 (Ubuntu 22.04.2 LTS) ``` root@orangepiplus2e:~# npm install node-red-contrib-aedes npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node:...

Hello. I am using node-red to implement a MQTT broquer (node-red-contrib-aedes) and node-red its working in a Docker, Everything is working correctly but, I detect the following error ```1 Jun...

my humble oppinnion is that subscription is deleted before the node.send finishes ``` broker.on('subscribe', function (subscription, client) { console.log(subscription) >>>>>> [{ topic: 'db/client-ek2jasyss8r/repo/7c8c7f0e-1b4d-4822-9f95-52a6a079a3e6',qos: 1 }] const msg = { topic:...

I would like to use node-red-contrib-aedes listening only on 127.0.0.1 interface and not on 0.0.0.0. So, it would be nice to have a 'host' parameter or just a checkbox 'listen...

As the title suggests. Letsencrypt renews the certificates every 2 months or so, making it impractical to upload new certs.

I manage node-red replicated projects through github. When I push and pull a node-red instance that contains the Aedes broker node, the node will not respond to MQTT nodes that...

I have been looking at the publish output of the node and cannot locate the sending ip address. Is this something that I can get? I wish to, based on...