POC on MQTT Services (Extensively used to communicate between IOT applications and devices).
- Understanding the behavior of MQTT services.
- Created a Broker/Server application. (MQTT_BrokerServer a .NET Core Console App).
- Used mqtt-messenger-dev-app (Windows Forms app) for sending and recieving information based on the "TOPICS" (important term in the context of MQTT).
- Used Docker (eclipse-mosquitto image).
- Eclipse Mosquitto is an open source message broker which implements MQTT version 5, 3.1.1 and 3.1.
For more information go to: https://hub.docker.com/_/eclipse-mosquitto/