Versions Compared

Key

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

...

The parameters below are used to make the TMQTTBroker connecting connect with a running project (TServer).

  • TServer: Project Name The project name and the TServer's IP Address address and Port Number. For connection port number. To connect the TMQTTBroker with more than one runtime project, you need to create a whole new whole line changing and change the last number to the next sequence
Code Block
add key="TServer1" value="<ProjectName>;<TServerIPAddress>:<TServerPort> " />

E.g.
<add key="TServer1" value="ProjectTest1;localhost:3101" />
<add key="TServer2" value="ProjectDemo;localhost:3201" />
<add key="TServer3" value="ProjectMQTT;192.168.1.10:3101" />

...