aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-02Add ftpupload.cfgHEADmasterJonathan McCrohan1-0/+10
2012-12-04phidgetcontrol: Allow single device operationv1.10Jonathan McCrohan1-11/+20
2012-12-04ftpupload: decouple ftpupload from modbuslogJonathan McCrohan10-50/+18
2012-12-04makefile: fix install_phidgetcontrol target typoJonathan McCrohan1-1/+1
2012-12-03makefile: add clean targetJonathan McCrohan1-0/+7
2012-12-03makefile: fix indentationJonathan McCrohan1-8/+8
2012-11-27phidgetcontrol: Remove unnecessary debug codev1.9Jonathan McCrohan1-2/+0
2012-11-27makefile: Add {lighting,phidget}control targetsJonathan McCrohan1-3/+45
2012-11-27Add {lighting,phidget}control cron.d filesJonathan McCrohan2-0/+11
2012-11-27ftphelper: parameterise LOCALDIRECTORYJonathan McCrohan1-4/+5
2012-11-26Import phidgetcontrol.{c,cfg}Jonathan McCrohan2-0/+511
2012-10-01Import lightingcontrol.{c,cfg}v1.8Jonathan McCrohan2-0/+367
2012-05-30modbuslog: free fd upon failed readJonathan McCrohan1-0/+2
2012-05-30weatherstation_test: invert Rain/RTCJonathan McCrohan1-2/+2
2012-05-20Update config filesv1.7Jonathan McCrohan5-13/+956
2012-05-20weatherstation_test.c: initial commitJonathan McCrohan2-1/+77
2012-05-20modbuslog: Add support for signed registersJonathan McCrohan1-24/+63
2012-04-04modbuslog: flush serial IO buffers on modbus errorv1.6Jonathan McCrohan1-0/+18
2012-04-03modbuslog: increase backoff timeJonathan McCrohan1-2/+4
2012-04-02modbuslog: use time.h functions to manipulate datev1.5Jonathan McCrohan1-4/+9
2012-03-26modbuslog: add 1 second sleep before modbus retriesJonathan McCrohan1-0/+1
2012-03-26modbuslog: ensure no logs recorded if libmodbus errorsJonathan McCrohan1-6/+7
2012-03-26modbuslog: ensure arrays are zero'd before useJonathan McCrohan1-0/+6
2012-03-25modbuslog: move exclusively to numbytesJonathan McCrohan2-25/+38
2012-03-25modbuslog: force interval wrap aroundJonathan McCrohan1-1/+1
2012-03-24ftphelper: add --version argumentJonathan McCrohan1-0/+8
2012-03-21Double the width of registervalueJonathan McCrohan1-1/+1
2012-03-14modbuslog: Fix bitshiftingv1.4Jonathan McCrohan1-5/+2
2012-03-13modbuslog: fix logic typov1.3Jonathan McCrohan1-1/+1
2012-03-13modbuslog: reindentJonathan McCrohan1-3/+4
2012-03-13modbuslog: Make debug messages more 'English'Jonathan McCrohan1-1/+4
2012-03-13modbuslog.cfg: set /dev/ttyUSB0 as default entryJonathan McCrohan1-1/+1
2012-03-13modbuslog: improve error handlingJonathan McCrohan1-3/+6
2012-03-13modbuslog: fix syslog regressionJonathan McCrohan1-1/+1
2012-03-13modbuslog: Surround syslog outputs with bracketsJonathan McCrohan1-8/+8
2012-03-13ftpupload: use fully qualified pathsJonathan McCrohan1-3/+10
2012-03-12Force log upon startupJonathan McCrohan1-2/+8
2012-03-12ftphelper: Fix off by one errorv1.2Jonathan McCrohan1-7/+7
2012-03-12Add cron.d entryJonathan McCrohan2-0/+9
2012-03-127 day rolling uploadJonathan McCrohan1-8/+22
2012-03-09Fix ftpuploadJonathan McCrohan1-1/+5
2012-03-07ReindentJonathan McCrohan1-5/+6
2012-03-07Made logs more 'English'Jonathan McCrohan1-3/+4
2012-03-07Surround log startup notice with empty linesJonathan McCrohan1-0/+2
2012-03-07Add compile time version numbersJonathan McCrohan2-1/+10
2012-03-05Fix copypasta errorv1.1Jonathan McCrohan1-10/+18
2012-03-05Rearrange syslog output to read 8N1 rather than N81Jonathan McCrohan1-2/+2
2012-03-05Merge branch 'master' of git.dereenigne.org:/srv/git/vertecoJonathan McCrohan3-0/+7
2012-03-05Refactor codeJonathan McCrohan2-6/+4
2012-03-05Add syslog loggingJonathan McCrohan1-24/+57