annotate web/test.py @ 339:449272fc63a3

- Debug log file for server - Fix some variable sizes, turn off local echo for avr code - symlink config for wrt server
author Matt Johnston <matt@ucc.asn.au>
date Fri, 15 Jun 2012 23:34:24 +0800
parents 1e22eaf93620
children ca08442635ca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
335
1e22eaf93620 work on web interface
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1 #!/usr/bin/env python
1e22eaf93620 work on web interface
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
2 import log
1e22eaf93620 work on web interface
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
3 import time
1e22eaf93620 work on web interface
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
4
1e22eaf93620 work on web interface
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
5 log.sensor_update("test1", [22,22,22.1,22.4,22.5], time.time() - 10, 300)