Mosquitto
Setup Mosquitto MQTT broker ..




Last updated
Was this helpful?
Setup Mosquitto MQTT broker ..




Last updated
Was this helpful?
Was this helpful?
cd \
cd C:\Streaming\MQTT\mosquitto
.\run-docker-mosquitto.ps1cd
mkdir -p ~/Streaming/Mosquitto && cd "$_"
cp -R ~/Workshop--Data-Integration/Labs/'Module 7 - Workflows'/'Streaming Data'/MQTT/* .cd
cd ~/Streaming/Mosquitto/scripts
docker compose up -dcd
snap install mqtt-explorer