log

age author description
2012-09-07 Matt Johnston Import uIP and the PPP implementation from avr-http
2012-09-07 Matt Johnston Remove crc8.o
2012-09-07 Matt Johnston remove various unused files
2012-08-26 Matt Johnston - few more web tweaks. don't fsync, it's slow.
2012-08-02 Matt Johnston add debug url
2012-07-25 Matt Johnston merge
2012-07-25 Matt Johnston limit temps to 35ยบ on graph
2012-07-17 Matt Johnston merge
2012-07-17 Matt Johnston fix off-by-one in remainder code
2012-07-16 Matt Johnston merge
2012-07-16 Matt Johnston change default comms_wake
2012-07-16 Matt Johnston be quicker responding
2012-07-16 Matt Johnston fix rem calculation
2012-07-16 Matt Johnston use the remainder of times
2012-07-16 Matt Johnston don't reset the wake time when btoff happens
2012-07-16 Matt Johnston handle rem from btoff
2012-07-16 Matt Johnston handle new next_wake format
2012-07-16 Matt Johnston print the remainder of timers as well
2012-07-15 Matt Johnston main.c : add a delay before turning on uart
2012-07-12 Matt Johnston increase temperature logging range
2012-07-12 Matt Johnston - log more details
2012-07-11 Matt Johnston fix dump.py's sock.send()
2012-07-11 Matt Johnston - Fix HTTPError
2012-07-11 Matt Johnston fix localconfig import
2012-07-11 Matt Johnston - fix set_params (strange)
2012-07-11 Matt Johnston move server config into config.py
2012-07-10 Matt Johnston try and be a bit more frugal with stack
2012-07-10 Matt Johnston - store settings in eeprom
2012-07-08 Matt Johnston don't stay awake for any command - chews battery if server goes down
2012-07-07 Matt Johnston ui tweaks
2012-07-04 Matt Johnston ui tweaks
2012-07-03 Matt Johnston don't store sensors in eeprom, scan at startup instead
2012-07-03 Matt Johnston report raw ds18b20 values instead
2012-07-03 Matt Johnston merge
2012-06-30 Matt Johnston Get rid of axes labels, tidy html
2012-06-30 Matt Johnston merge
2012-06-29 Matt Johnston swap the left and right scales, kind of clunky
2012-06-27 Matt Johnston merge
2012-06-27 Matt Johnston a bunch of web fiddli
2012-06-26 Matt Johnston merge
2012-06-26 Matt Johnston more graph fiddling
2012-06-26 Matt Johnston dup2 to devnull
2012-06-26 Matt Johnston cheap_daemon()
2012-06-26 Matt Johnston merge
2012-06-26 Matt Johnston UI tweaks
2012-06-26 Matt Johnston merge
2012-06-26 Matt Johnston sort out voltage logging
2012-06-25 Matt Johnston average voltages
2012-06-25 Matt Johnston - add some atomic guards
2012-06-24 Matt Johnston fix voltage
2012-06-24 Matt Johnston merge
2012-06-24 Matt Johnston improve graphs
2012-06-24 Matt Johnston untested code to log voltage and internal temperature
2012-06-24 Matt Johnston add "awake" and "reset" functions
2012-06-24 Matt Johnston add dump program
2012-06-24 Matt Johnston try a few more power saving measures, untested
2012-06-24 Matt Johnston merge
2012-06-24 Matt Johnston merge
2012-06-24 Matt Johnston update values one at a time, ignore failure
2012-06-24 Matt Johnston merge
2012-06-24 Matt Johnston change timeout for readline
2012-06-23 Matt Johnston Use the PRR etc, set value to proper ones
2012-06-23 Matt Johnston merge
2012-06-23 Matt Johnston mostly works for testing
2012-06-23 Matt Johnston Create with a start date so that it works
2012-06-23 Matt Johnston mostly works
2012-06-23 Matt Johnston fix tabbing
2012-06-23 Matt Johnston main.c:
2012-06-16 Matt Johnston merge
2012-06-16 Matt Johnston merge
2012-06-16 Matt Johnston - Getting there, update has problems
2012-06-16 Matt Johnston - decrease measurement interval, measure at start
2012-06-16 Matt Johnston - fix mac/urllib to work
2012-06-15 Matt Johnston - import zlib
2012-06-15 Matt Johnston - Debug log file for server
2012-06-13 Matt Johnston More minor work
2012-06-13 Matt Johnston - Various fixes for web server, kind of works
2012-06-12 Matt Johnston parse the arguments for start/length
2012-06-12 Matt Johnston work on web interface
2012-06-11 Matt Johnston hmac
2012-06-11 Matt Johnston Add some web server handling
2012-06-07 Matt Johnston - Move crc16 to utils and fix it
2012-06-06 Matt Johnston - Make the python work on openwrt
2012-06-06 Matt Johnston - some fixes for server code
2012-06-04 Matt Johnston Fix bugs in server code (try actually running it)
2012-05-26 Matt Johnston A bit of work on the server python
2012-05-22 Matt Johnston untested simple server proxy code
2012-05-22 Matt Johnston Untested - calculate crc in uart_putchar
2012-05-22 Matt Johnston Merge
2012-05-22 Matt Johnston Add INT0 button
2012-05-22 Matt Johnston Add clock_epoch
2012-05-20 Matt Johnston untested, add comms timeout code
2012-05-20 Matt Johnston Add shutdown handling, print sensors in "fetch" output
2012-05-19 Matt Johnston Lots of it works now.
2012-05-19 Matt Johnston Add eeprom stuff
2012-05-19 Matt Johnston Add simple_ds18b20.c etc
2012-05-19 Matt Johnston all these optimisations make it 30% smaller
2012-05-19 Matt Johnston reading DS18B20 works
2012-05-18 Matt Johnston Import ds18x20 code
2012-05-18 Matt Johnston deep sleep works
2012-05-18 Matt Johnston serial prints something
2012-05-13 Matt Johnston - Some basic ADC code
2012-05-11 Matt Johnston Fix build
2012-05-08 Matt Johnston Fill out more main.c structure
2012-05-08 Matt Johnston Add FatFS
2012-05-08 Matt Johnston switch to atmega328
2012-05-06 Matt Johnston Some counter2 bits
2012-05-06 Matt Johnston Some basic bits