Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 06-iot-data-ingestion-over-mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ Producing truck events to the MQTT broker on port 1883 is as simple as running t
docker run trivadis/iot-truck-simulator '-s' 'MQTT' '-h' $DOCKER_HOST_IP '-p' '1883' '-f' 'CSV'
```

Or in a windows shell:
```
docker run trivadis/iot-truck-simulator "-s" "MQTT" "-h" %DOCKER_HOST_IP% "-p" "1883" "-f" "CSV"
```

As soon as messages are produced to MQTT, you should see them either on the CLI or in the MQTT UI (Hive MQ) as shown below.

![Alt Image Text](./images/mqtt-ui-messages.png "MQTT UI Connect")
Expand Down