File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -371,6 +371,7 @@ Similarly an actuator must subscribe to a single topic to receive events which e
371
371
southbound. To check that the lines of communication are open, we can subscribe to a given topic, and see that we are
372
372
able to receive something when a message is published.
373
373
374
+
374
375
Open a **new terminal**, and create a new running `mqtt-subscriber` Docker container as follows :
375
376
376
377
` ` ` console
@@ -380,6 +381,8 @@ docker run -it --rm --name mqtt-subscriber \
380
381
381
382
The terminal will then be ready to receive events
382
383
384
+ > **Note:** There is no change on whilst running this command. The on screen output will only respond once you have completed the next step.
385
+
383
386
# ## Start an MQTT Publisher (:two:nd Terminal)
384
387
385
388
A sensor sending northbound measurements will publish to those measurements to the MQTT Broker to be passed on to any
You can’t perform that action at this time.
0 commit comments