3. Installation - LabAixBidouille/HomeSweetHome GitHub Wiki

Software for the PI

The OS for the PI is Raspbian last release.

Installation for Avahi Daemon

It is an OSS implementation for Bonjour Apple. So the pi will have the same name which over the network.

sudo apt-get install avahi-daemon avahi-discover libnss-mdns

Installation for Mosquitto MQTT Broker

sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
sudo apt-get update 
sudo apt-get install mosquitto python-mosquitto
sudo apt-get install mosquitto-clients