MQTT Broker
Contents
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
- Copy MQTT Broker install package (ex: MQTTBrokerSetup_1.0.4.exe) to gateway.
- Double click MQTTBrokerSetup_x.x.x.exe to install.
- Click "Next" to continue the setup wizard.
- Select installation folder then click "Next"
- Click "Next" to begin the installation
- Complete the installation, click "Finish" to exit the setup wizard
Uninstall Steps:
- 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.6-Ubuntu_16.04-x86_64.run) to gateway.
2. Execute following command
$ sudo chmod +x MQTTBrokerSetup-1.0.6-Ubuntu_16.04-x86_64.run $ sudo ./MQTTBrokerSetup-1.0.6-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 service is running.
In Ubuntu
Use systemctl command to Start/Stop/Restart Mosquitto Broker services and to check if 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 |
3 | 1.0.6 | 2019/12/20 | x86_64 CPU |
Ubuntu 16.04 |
|
Download - v1.0.6 |
Above release files are available at local server, please paste file's url in File Explorer to copy file. Refer to Access EdgeSesense release folder.