Mercurial > templog
comparison README @ 204:2023bd995276
Add readme
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 30 Mar 2014 20:31:54 +0800 |
parents | |
children | ea800fcc1ad4 |
comparison
equal
deleted
inserted
replaced
203:11a1b59b0624 | 204:2023bd995276 |
---|---|
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 --- | |
7 | |
8 web/ code is a Bottle web app for showing graphs and also | |
9 controlling the temperature from a phone-optimised UI | |
10 | |
11 --- | |
12 | |
13 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. | |
15 | |
16 | |
17 Matt Johnston | |
18 [email protected] | |
19 | |
20 This code may be freely used, distributed, relicensed, and modified for any purpose. |