Project

General

Profile

Download (1.68 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
77f1c73c 05/05/2013 11:54 PM David Sorber

Continuing to work on final project documentation. Also fixed another minor bug in rpi_client.py.

cfebef28 05/05/2013 05:59 PM dsorber

Changing IP.

abe2d7e5 04/29/2013 08:45 PM David Sorber

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.

856d156b 04/23/2013 01:18 AM dsorber

Made good progress tonight with the client and server apps. Added the socket connection and SensorReading object to hold the sensor readings (surprise).