comparison README @ 509:e45649618a5e

improve README
author Matt Johnston <matt@ucc.asn.au>
date Thu, 26 Jun 2014 21:35:23 +0800
parents 3a3cbda62a9e
children 257056dcd8b5
comparison
equal deleted inserted replaced
508:32f77e42f9c2 509:e45649618a5e
1 Wort fermentation control. 1 Wort fermentation control.
2 2
3 py/ code runs on a raspberry pi with ds18b20 sensors. 3 py/ code runs on a raspberry pi with ds18b20 sensors.
4 Dependencies can be installed with pip from requirements.txt 4 Dependencies can be installed with pip from requirements.txt
5 5
6 This is implemented using gevent so the fridge, sensors, uploader
7 etc are each written as independent tasks.
8
6 --- 9 ---
7 10
8 web/ code is a Bottle web app for showing graphs and also 11 web/ code is a Bottle web app for showing graphs and also
9 controlling the temperature from a phone-optimised UI 12 controlling the temperature from a phone-optimised UI
10 13
11 --- 14 ---
12 15
13 old/ is the previous version that ran on an avr talking over a serial bluetooth device 16 old/ is the previous version that ran on an avr talking over a serial bluetooth device
14 with a separate internet-connected router relaying to the web interface. 17 with a separate internet-connected router relaying to the web interface.