Installation of MQTT Server on Raspberry PI
Installation Update OS sudo apt update sudo apt upgrade -y Install Mosquitto Software sudo apt install mosquitto mosquitto-clients -y Verify Service Status sudo systemctl status mosquitto This will return the status of mosquitto service. Testing Start up a Subscriber mosquitto_sub -h localhost -t “home/living” Keep this terminal and open another terminal for next step. Publish […]
Installation of MQTT Server on Raspberry PI Read More »