Activity
From 04/29/2013 to 05/08/2013
05/06/2013
05/05/2013
- 11:54 PM Main Revision 77f1c73c: Continuing to work on final project documentation. Also fixed another minor bug in rpi_client.py.
- 08:17 PM Main Revision 190804d5: Started working on final project documentation.
- 06:36 PM Main Revision a7721fb9: Fixing a bug that I just noticed while doing a dry run. The client sorts the temps before creating the SensorReading object so the correct temps don't correspond to the correct sensors on the server. The fix was simply to create the SensorReading object sooner before the temps are sorted.
- 05:59 PM Main Revision cfebef28: Changing IP.
05/04/2013
- 03:14 PM Main Revision 7bde117f: Adding dynamically updating charts using the Flot javascript plotting library.
05/01/2013
- 12:23 AM Main Revision 6e306fcd: Okay, fixing that bug for reals now.
- 12:22 AM Main Revision f945a1fe: Fixing a global variable bug in RPi client.
04/29/2013
- 08:45 PM Main Revision abe2d7e5: Adding some charset info to make sure mod_wsgi doesn't puke on UTF-8 encoded strings. Also added a "-d" (debug enable) switch to the RPi client so that it only prints out debug information if you want it to. Finally, I added a try except block around the database insert code in the server daemon so that the whole daemone doesn't crash when there is an error.
- 04:20 AM Main Revision 6ec4a106: Made a few minor changes to the RPi client.
- 01:24 AM Main Revision 345c7d6a: Adding javascript (using Google Charts) graph of the last 60 data points to the per day display page.