Software DEV. Group Project

A Git page for group work @ KMUTNB CprE. Software Development I

View on GitHub

«<—- BACK

Module 2. Exploring MQTT broker

Author : Anecha Khumjun 6401012630141

what is MQTT broker?

2.1 Install/run Mosquitto broker using Linux VM (Ubuntu or Rapbian OS distro).

mosquitto-active

2.2 Install Mosquitto broker using RPi hardware.(Do the same thing like install on VM)

mosquitto-active

2.3 Install/run Mosquitto broker using Docker container (using either Ubuntu VM or RPi)

Not done …

2.4 Use a GUI-based MQTT client to publish messages or subscribe to a topic.

web-site-mqtt-ex

Mosquitto Broker Enable Remote Access (No Authentication)

Testing Mosquitto Broker and MQTT Client

Publishing “Test” Message to testTopic Topic by MQTT Client (USE MQTT-EXPLORER)

mqtt-ex-change-ip

mqtt-send-msg

mqtt-sub-msg no-img

«<—- BACK