From 38214bbe567406f040e43337cfaa1a2a6598b3f3 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Mon, 11 Apr 2016 11:01:44 +0200 Subject: [PATCH] install paho_mqtt added --- content.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content.tex b/content.tex index ba1fda2..c639744 100644 --- a/content.tex +++ b/content.tex @@ -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