Skip to content

Configuration

Fatih Boy edited this page Apr 21, 2017 · 2 revisions

Hub class uses following parameters;

Property Description Default
BrokerUrl URL of the MQTT broker to use. tcp://localhost:1883
BrokerUsername Username used when connecting to MQTT broker.
BrokerPassword Password used when connecting to MQTT broker.
ClientId Client ID to present to the broker. WinMQTTHub
TopicPrefix Client ID to present to the broker. winmqtthub
ReconnectInterval Time interval between connection attempts in seconds. 5
ModuleAssemblyPattern Assembly search pattern for addon things. *.*Things.dll
Clone this wiki locally