install paho_mqtt added

This commit is contained in:
Thomas Klaehn 2016-04-11 11:01:44 +02:00
parent 65d6e11a06
commit 38214bbe56

View File

@ -217,6 +217,10 @@ weatherpi.git
\subsection{MQTT Broker}
Install mosquitto (AUR)\\
Install paho-mqtt client library:\\
\begin{lstlisting}
pip2 install paho-mqtt
\end{lstlisting}
Create config file:
\begin{lstlisting}
cp /etc/mosquitto.conf.example /etc/mosquitto.conf