mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
added mqtt dependency to sample agent application
This commit is contained in:
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…
Reference in New Issue
Block a user