# HG changeset patch # User Matt Johnston # Date 1396182714 -28800 # Node ID 3a3cbda62a9e36acbda5c548ef38890c95eb6f0d # Parent 95043860e437335055634958888b0c5ccdfc4fb6 Add readme diff -r 95043860e437 -r 3a3cbda62a9e README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Sun Mar 30 20:31:54 2014 +0800 @@ -0,0 +1,20 @@ +Wort fermentation control. + +py/ code runs on a raspberry pi with ds18b20 sensors. +Dependencies can be installed with pip from requirements.txt + +--- + +web/ code is a Bottle web app for showing graphs and also +controlling the temperature from a phone-optimised UI + +--- + +old/ is the previous version that ran on an avr talking over a serial bluetooth device +with a separate internet-connected router relaying to the web interface. + + +Matt Johnston +matt@ucc.asn.au + +This code may be freely used, distributed, relicensed, and modified for any purpose.