Versions Compared

Key

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

...

Inside the product installation folder, you will find an executable file called TMQTTBroker.exe. To run it, double click on the file. Once the file is running, a blue icon will appear in the Windows tray bar.   The MQTT Broker will run by how it is following the specifications configured in the TMQTTBroker.exe.config file. You can fine more information regarding this in the next section. 

You can run the Broker as a Windows service by running the file InstallTMQTTBrokerAsService.exe, which is also found in the product installation folder. The MQTT Broker accepts connections with MQTT clients by following the SparkplugB specification. Also, it accepts connections with pure MQTT clients, that who do not use SparkplugB, as the Mosquitto clients.

...