added mqtt dependency to sample agent application

application-manager-new
GPrathap 9 years ago
parent 7b51e4f36b
commit a4695dfb2c

@ -43,6 +43,11 @@ for f in ./deviceConfig.properties; do
break
done
#install mqtt dependency
git clone git://git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.python.git
cd org.eclipse.paho.mqtt.python
sudo python setup.py install
cd $currentDir
#while true; do
@ -64,7 +69,6 @@ if [ $? -ne 0 ]; then
exit;
fi
echo "--------------------------------------------------------------------------"
echo "| Successfully Started "
echo "| -------------------------- "

Loading…
Cancel
Save