Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 574 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 574 Bytes

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