# HG changeset patch # User Matt Johnston # Date 1403789723 -28800 # Node ID e45649618a5e9927da156200477d5369ee2d7830 # Parent 32f77e42f9c26644cd2b7405ecf34e98d725c4a8 improve README diff -r 32f77e42f9c2 -r e45649618a5e README --- a/README Sun Mar 30 20:35:30 2014 +0800 +++ b/README Thu Jun 26 21:35:23 2014 +0800 @@ -3,10 +3,13 @@ py/ code runs on a raspberry pi with ds18b20 sensors. Dependencies can be installed with pip from requirements.txt +This is implemented using gevent so the fridge, sensors, uploader +etc are each written as independent tasks. + --- web/ code is a Bottle web app for showing graphs and also -controlling the temperature from a phone-optimised UI +controlling the temperature from a phone-optimised UI ---