Difference between revisions of "MQTT Broker"

From ESS-WIKI
Jump to: navigation, search
(.)
(.)
Line 47: Line 47:
 
'''In Windows'''
 
'''In Windows'''
  
Open the Service Manager to Stop/Start/Restart Mosquitto Broker services and to check if Mosquitto Broker service is running.
+
Open the Service Manager to Start/Stop/Restart Mosquitto Broker services and to check if Mosquitto Broker service is running.
  
 
'''In Ubuntu'''
 
'''In Ubuntu'''
  
Check if ​service is running:
+
Use systemctl command to Start/Stop/Restart Mosquitto Broker services and to check if Mosquitto Broker service is running.
<pre>$ sudo systemctl status mosquitto.service
 
</pre>
 
  
Restart ​service:
+
Usage:  
<pre>$ sudo systemctl restart mosquitto.service
 
</pre>
 
  
Start ​service:
+
sudo systemctl OPERATION mosquitto.service
 +
 
 +
OPERATION can be start , stop , restart, status
 +
 
 +
For example,&nbsp;
 
<pre>$ sudo systemctl start mosquitto.service
 
<pre>$ sudo systemctl start mosquitto.service
</pre>
 
 
Stop ​service:
 
<pre>$ sudo systemctl stop mosquitto.service
 
 
</pre>
 
</pre>
  

Revision as of 12:29, 9 December 2019

Introduction

MQTT broker as the asynchronous communication bus for Inter-service communication. Inter-service communication protocol base on MQTT standard and IETF (The Internet Engineering Task Force) defined media types for Sensor Makeup Language (SenML) in JSON format. User can follow EIS communication protocol or use Device ( for device's sensor ) or WSN-Device ( for Wireless Sensor Network ) SDK to integrate a new service with the EIS eco-system.


How To

Software Installation for Windows 10

Install Steps

  1. Copy MQTT Broker install package (ex: MQTTBrokerSetup_1.0.4.exe) to gateway.
  2. Double click MQTTBrokerSetup_x.x.x.exe to install.
  3. Click "Next" to continue the setup wizard.
  4. Select installation folder then click "Next"
  5. Click "Next" to begin the installation
  6. Complete the installation, click "Finish" to exit the setup wizard

Uninstall Steps:

  1. Select the Start button, then select Settings > Apps. Choose the MQTTBrokder to remove, and then select Uninstall.


Software Installation for Ubuntu 16.04

Install Steps

1. Copy MQTT Broker install package (ex: MQTTBrokerSetup-1.0.5-Ubuntu_16.04-x86_64.run) to gateway.

2. Execute following command

$ sudo chmod +x MQTTBrokerSetup-1.0.5-Ubuntu_16.04-x86_64.run
$ sudo ./MQTTBrokerSetup-1.0.5-Ubuntu_16.04-x86_64.run

NOTE: Please wire the gateway to Internet with Network cable before install, it is necessary to install the dependencies.

Uninstall Steps

$ sudo /usr/local/EdgeSense/MQTTBroker/uninstall.bash


Service control

In Windows

Open the Service Manager to Start/Stop/Restart Mosquitto Broker services and to check if Mosquitto Broker service is running.

In Ubuntu

Use systemctl command to Start/Stop/Restart Mosquitto Broker services and to check if Mosquitto Broker service is running.

Usage:

sudo systemctl OPERATION mosquitto.service

OPERATION can be start , stop , restart, status

For example, 

$ sudo systemctl start mosquitto.service

Release

Index Version
Date
Platform
OS
Release Note
Download
1 1.0.4 2019/8/15
x86_64 CPU

Windows


Download - v1.0.4


2 1.0.5
2019/2/14 x86_64 CPU
Ubuntu 16.04

Download - v1.0.5







Above release files are available at local server, please paste file's url in File Explorer to copy file.

Reference

https://en.wikipedia.org/wiki/MQTT#MQTT_Broker