Add labs
This commit is contained in:
13
02-mqtt5/lab03/lab.txt
Normal file
13
02-mqtt5/lab03/lab.txt
Normal file
@ -0,0 +1,13 @@
|
||||
= Reason Codes
|
||||
|
||||
Provozieren Sie einen Fehler durch Senden einer QoS 1 Nachricht auf ein
|
||||
Broker Topic, z.B. `$SYS/demo`.
|
||||
|
||||
$ docker run --rm -it --net host eclipse-mosquitto \
|
||||
mosquitto_pub -V 5 --id demo --qos 1 --topic '$SYS/demo' --message hi --debug
|
||||
|
||||
|
||||
Vergleichen Sie das Verhalten bei MQTT 5 vs. 3.x
|
||||
|
||||
$ docker run --rm -it --net host eclipse-mosquitto \
|
||||
mosquitto_pub --id demo --qos 1 --topic '$SYS/demo' --message hi --debug
|
||||
Reference in New Issue
Block a user