Connect MQTT IoT bus
connect_mqtt_iot_busCreate an MQTT Client DAT bus for IoT sensor data, installation telemetry, and policy-gated operator commands in TouchDesigner.
Instructions
Create an MQTT Client DAT bus scaffold for IoT sensors, installation telemetry, and policy-gated operator commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qos | No | ||
| name | No | Generated baseCOMP name. | mqtt_iot_bus |
| active | No | ||
| client_id | No | tdmcp_touchdesigner | |
| topic_root | No | Root MQTT topic for show data. | tdmcp/show |
| broker_host | No | MQTT broker host. | 127.0.0.1 |
| broker_port | No | ||
| parent_path | No | Parent COMP for the MQTT scaffold. | /project1 |
| topic_count | No |