moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 513 forks source link

Add input/ouput filter nodes #758

Open renne opened 6 years ago

renne commented 6 years ago

Currently each MQTT-input/output node has to be configured for the network setup. With a lot of MQTT nodes you have to type a lot of redundant information.

I suggest to add a MQTT-input and a MQTT-output to mosca and a node for MQTT message filtering. That way e.g. multiple inject nodes can be connected to the input of mosca and multiple filter nodes to the output of mosca.