Project Nodes vs. MQTT

Currently testing a proof-of-concept with FlowFuse Community Edition and I see that Project Nodes are not supported without an Enterprise license. My first thought was to just use MQTT messaging between instances.

Besides the obvious multiple ingress and egress points provided by project nodes, what are the advantages versus just using MQTT?

The project nodes provide zero config inter-communication between hosted instances (in side your env) and remote instances (those controlled by the device-agent).

You can pretty much achieve the same thing with MQTT yes, but that is up-to you to deal with.

They are a value-add feature of licenced FlowFuse unfortunately. (we have to pay the bills :wink: )

Thanks Steve. That makes a lot of sense. I'm thinking small scale for my PoC but I can see the advantage in a large, dynamic environment where the context is automatic or at least auto-updated.

Added to my justification list.