MQTT Broker Installation

MQTT is an IoT messaging standard used to communicate different pieces of information across the infrastructure. This will demonstrate how to install mosquito, an MQTT broker used to facilitate the sending of messages.

sudo apt-get install mosquitto-clients
sudo apt-get install mosquitto