-
Notifications
You must be signed in to change notification settings - Fork 9
GIPP Geospatial Information Parallel Processor
supergis edited this page Jun 13, 2014
·
2 revisions
================================================
Copyright www.supermap.com Author: [email protected] Rev.0.0.1,2014-06-13.
This version using: python 2.7 simplejson geojson MQTT client for python mosquitto,MQTT broker
How to install to ubuntu:
-
python sudo apt-get install python sudo apt-get install python-pip sudo pip install simplejson
-
mosquitto If you want using local MQTT broker: sudo apt-get install mosquitto
-
MQTT client for python please visit: http://git.eclipse.org/c/paho mkdir mqttc_python cd mqttc_python 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
That's OK.