forked from ferryastika/MataElang-Platform
-
Notifications
You must be signed in to change notification settings - Fork 1
2. Mosquitto (MQTT Broker)
Fadhil Yori Hibatullah edited this page Mar 5, 2020
·
2 revisions
Source : https://mosquitto.org/download/
-
Update APT index and install the new Ubuntu Package Update
$ sudo apt update $ sudo apt upgrade
-
Install mosquitto using APT
$ sudo apt install mosquitto mosquitto-clients
-
Enable mosquitto service
$ sudo systemctl enable mosquitto.service
-
Start mosquitto service
$ sudo systemctl start mosquitto.service