Merge pull request #94 from GPrathap/master

added mqtt dependency to sample agent application
merge-requests/1/head
Ruwan 9 years ago
commit bcbbcc418a

@ -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