Optional MQTT Parameters

Both the Source and Remote computers in the ARDI MQTT Proxy will run small Python scripts to enable access.

These scripts can take command-line parameters that tell it which MQTT server to use.

Parameters

ParameterDefaultMeaning
mqttlocalhostThe name of the MQTT server
port1883The port number of the MQTT server
topicardi/proxyThe MQTT topic to communicate over

Note that the MQTT topic must match between the Source and Remote computers.