/sensomatic

Home Sensor Network with MQTT

Primary LanguagePythonApache License 2.0Apache-2.0

Sensomatic

Home Sensor Network with MQTT

##Setup Server

sudo apt-get install -y python-pip python-virtualenv libffi-dev libssl-dev
git clone https://github.com/AnsgarSchmidt/sensomatic.git
cd sensomatic/server
virtualenv .
. bin/activate
pip install -r requirements.txt

Development Build Status

Master Build Status