Customize the basic mqtt node

Hello,

I want to use the basic components "MQTT IN" and "MQTT OUT" and modify them a bit in order to have other possible attributes in their properties.

Where can I find their basic files (.js, .html, .json) so that I can make some changes to test them ?

Thanks for your help.

they are here https://github.com/node-red/node-red/tree/master/packages/node_modules/%40node-red/nodes/core/network
or in your node-red install folder node_modules/@node-red/nodes/core/network

Before you make these changes, what do you want to achieve? (other people also are interested in that so a feature request / pull request discussion could help)

2 Likes

Thanks for the answer!

I would like to send/receive data from an MQTT broker securely (TLS). That's why I would like for example to block some options in the existing node (e.g. not to let any more the possibility to use an unsecured connection) and add other fields that would be useful in my development.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.