Raspberry pi MQTT ubuntu 14

How to install MQTT server on Ubuntu14 and Raspberry Pi 3

MQTT stands for MQ Telemetry transport. It’s a simple messaging protocol designed to constrained devices and low bandwidth. It’s a lightweight publish and subscribe system that makes communication between multiple devices easy. This tutorial will use Ubuntu14 server. How to install MQTT server on Ubuntu14 sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa sudo apt-get update sudo apt-get install mosquitto …

How to install MQTT server on Ubuntu14 and Raspberry Pi 3 Read More »