comparison README @ 511:cf52d5817709

merge
author Matt Johnston <matt@ucc.asn.au>
date Thu, 26 Jun 2014 23:03:32 +0800
parents fa282fb36f04
children
comparison
equal deleted inserted replaced
505:ad846b9bdd10 511:cf52d5817709
1 Wort fermentation control.
2
3 py/ code runs on a raspberry pi with ds18b20 sensors.
4 Dependencies can be installed with pip from requirements.txt
5
6 This is implemented using gevent so the fridge, sensors, uploader
7 etc are each written as independent tasks.
8
9 ---
10
11 web/ code is a Bottle web app for showing graphs and also
12 controlling the temperature from a phone-optimised UI
13
14 https://evil.ucc.asn.au/~matt/templog/ is live
15
16 ---
17
18 old/ is the previous version that ran on an avr talking over a serial bluetooth device
19 with a separate internet-connected router relaying to the web interface.
20
21
22 Matt Johnston
23 [email protected]
24
25 This code may be freely used, distributed, relicensed, and modified for any purpose.