MQTT Flashcards
What does MQTT stand for?
Message Queue Telemetry Transport
What architecture does MQTT use?
Publish/Subscribe
MQTT uses a central hub called a __________ to communicate.
Broker
What are the advantages of MQTT?
1) Reduces overhead integration
2) Supports real-time data exchange
3) Decoupled publish and subscribe model
4) Secure (user names, TLS certificates)
What is each category or label called in MQTT?
A topic
What is the full communications path of a topic called?
Topic Namespace
What are the 3 steps of implementing MQTT?
1) Set up a broker
2) Configure devices to publish or subscribe
3) Use MQTT client libraries in IT
What is the MQTT broker in ignition called?
Distributor
What is the purpose of Sparkplug B?
Define topic names and payloads