Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<add  key="TagProperties"  value="Minl;Max;AlarmState;Acked"  />


...

Topologies

There are two ways the The TMQTTBroker can be implemented in two ways. It can be used as a simple gateway to exchange that exchanges data between any MQTT Clients client or through a direct connection with runtime projects and by publishing project data for MQTT Clients clients using SparkplugB specification. 

Simple Gateway

 In this scenario the TMQTTBroker only will exchange data between MQTT Clients following the SparkplugB specification or not. Then, the Clients are responsible to subscribe and publish topics to the Broker. Any topic format is supported in this scenario.

...