How to Install MQTT Broker in Contiki-NG Simulator?
Share
Installation Steps for MQTT Broker in Contiki-NG
Description: MQTT is basically designed as a lightweight protocol to support the Internet of Things (IoT) applications. An MQTT broker is a mediator that enables MQTT clients to communicate. The resposibility of MQTT broker is to receive messages published by clients, the topics are used filter the messages , and distributes them according to the topics ppreferred by the subscribers. MQTT brokers enable the publish/subscribe (pub/sub) pattern of communication that helps to create a highly efficient and scalable MQTT protocol. This sample helps you to install MQTT broker Contiki-NG simulator.
Step 1
Install MQTT Broker Packages
Open a new Terminal window.
Type the following Command to install MQTT broker.