4.8. ToetsvragenΒΆ

Zet de onderdelen van de MQTT-interactie in de juiste volgorde.

        client B: subscribe("chat")
client A: publish("hallo?", "chat")
broker: push("hallo?", "chat") naar B
client B: ontvang("hallo?", "chat")
        

Stapel de protocollen op de juiste manier, met het toepassingsprotocol bovenaan.

        MQTT
TCP
IP
WiFi
        
You have attempted of activities on this page