Goal: connect TORQ to real machine fault events over MQTT in real time (real plant integration).
Already done
events/listener.py subscribes to a broker/topic (config: MQTT_BROKER_URL / MQTT_PORT / MQTT_TOPIC).
events/simulator.py publishes fault events (QoS 1) - the demo trigger.
- Malformed-message handling (bad/no-fault_code payloads are ignored).
- Listener runs the full pipeline on each fault (diagnose -> work order).
Still to do (the real gap)
Note: real-plant, hardware-dependent integration - tagged future-enhancements (post-hackathon).
Goal: connect TORQ to real machine fault events over MQTT in real time (real plant integration).
Already done
events/listener.pysubscribes to a broker/topic (config: MQTT_BROKER_URL / MQTT_PORT / MQTT_TOPIC).events/simulator.pypublishes fault events (QoS 1) - the demo trigger.Still to do (the real gap)
Note: real-plant, hardware-dependent integration - tagged future-enhancements (post-hackathon).