Versions Compared

Key

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

...

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

Simple Gateway

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

...