Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-04 | phidgetcontrol: Allow single device operationv1.10 | Jonathan McCrohan | 1 | -11/+20 | |
Brown paper bag commit. | |||||
2012-12-04 | ftpupload: decouple ftpupload from modbuslog | Jonathan McCrohan | 7 | -37/+3 | |
Allow ftpupload to be used as an independent program. This enables it to be used by both modbuslog and phidgetcontrol. The ftp stanza in /etc/modbuslog has been split out into a separate ftpupload configuration file located at /etc/ftpupload. ftpupload now reads the $UPLOADTYPE variable to determine which type of upload to execute. If $UPLOADTYPE has not been set, ftpupload will default to modbuslog. | |||||
2012-11-27 | phidgetcontrol: Remove unnecessary debug codev1.9 | Jonathan McCrohan | 1 | -2/+0 | |
2012-11-27 | ftphelper: parameterise LOCALDIRECTORY | Jonathan McCrohan | 1 | -4/+5 | |
2012-11-26 | Import phidgetcontrol.{c,cfg} | Jonathan McCrohan | 2 | -0/+511 | |
2012-10-01 | Import lightingcontrol.{c,cfg}v1.8 | Jonathan McCrohan | 2 | -0/+367 | |
2012-05-30 | modbuslog: free fd upon failed read | Jonathan McCrohan | 1 | -0/+2 | |
2012-05-30 | weatherstation_test: invert Rain/RTC | Jonathan McCrohan | 1 | -2/+2 | |
2012-05-20 | Update config filesv1.7 | Jonathan McCrohan | 5 | -13/+956 | |
2012-05-20 | weatherstation_test.c: initial commit | Jonathan McCrohan | 1 | -0/+73 | |
2012-05-20 | modbuslog: Add support for signed registers | Jonathan McCrohan | 1 | -24/+63 | |
2012-04-04 | modbuslog: flush serial IO buffers on modbus errorv1.6 | Jonathan McCrohan | 1 | -0/+18 | |
2012-04-03 | modbuslog: increase backoff time | Jonathan McCrohan | 1 | -2/+4 | |
2012-04-02 | modbuslog: use time.h functions to manipulate datev1.5 | Jonathan McCrohan | 1 | -4/+9 | |
Fixes issue that became apparent after switch to DST | |||||
2012-03-26 | modbuslog: add 1 second sleep before modbus retries | Jonathan McCrohan | 1 | -0/+1 | |
2012-03-26 | modbuslog: ensure no logs recorded if libmodbus errors | Jonathan McCrohan | 1 | -6/+7 | |
2012-03-26 | modbuslog: ensure arrays are zero'd before use | Jonathan McCrohan | 1 | -0/+6 | |
2012-03-25 | modbuslog: move exclusively to numbytes | Jonathan McCrohan | 2 | -25/+38 | |
2012-03-25 | modbuslog: force interval wrap around | Jonathan McCrohan | 1 | -1/+1 | |
A hand edited file could miss the wrap around magic number and miss it. | |||||
2012-03-24 | ftphelper: add --version argument | Jonathan McCrohan | 1 | -0/+8 | |
2012-03-21 | Double the width of registervalue | Jonathan McCrohan | 1 | -1/+1 | |
2012-03-14 | modbuslog: Fix bitshiftingv1.4 | Jonathan McCrohan | 1 | -5/+2 | |
Was not working correctly with Digirail 4C | |||||
2012-03-13 | modbuslog: fix logic typov1.3 | Jonathan McCrohan | 1 | -1/+1 | |
break != continue Introduced in 1cac28534c332d771bfd7a1a216bdaacbfe27fd1 | |||||
2012-03-13 | modbuslog: reindent | Jonathan McCrohan | 1 | -3/+4 | |
2012-03-13 | modbuslog: Make debug messages more 'English' | Jonathan McCrohan | 1 | -1/+4 | |
2012-03-13 | modbuslog.cfg: set /dev/ttyUSB0 as default entry | Jonathan McCrohan | 1 | -1/+1 | |
2012-03-13 | modbuslog: improve error handling | Jonathan McCrohan | 1 | -3/+6 | |
2012-03-13 | modbuslog: fix syslog regression | Jonathan McCrohan | 1 | -1/+1 | |
Introduced in 58bba2bc1f7da50109467a5ffd233b94623deac5 | |||||
2012-03-13 | modbuslog: Surround syslog outputs with brackets | Jonathan McCrohan | 1 | -8/+8 | |
2012-03-13 | ftpupload: use fully qualified paths | Jonathan McCrohan | 1 | -3/+10 | |
cron requires them | |||||
2012-03-12 | Force log upon startup | Jonathan McCrohan | 1 | -2/+8 | |
2012-03-12 | ftphelper: Fix off by one errorv1.2 | Jonathan McCrohan | 1 | -7/+7 | |
Date in filename represents file generation time, not date of logfile. Throwback to fieldcommander sqlite to logfile days. | |||||
2012-03-12 | 7 day rolling upload | Jonathan McCrohan | 1 | -8/+22 | |
2012-03-09 | Fix ftpupload | Jonathan McCrohan | 1 | -1/+5 | |
2012-03-07 | Reindent | Jonathan McCrohan | 1 | -5/+6 | |
2012-03-07 | Made logs more 'English' | Jonathan McCrohan | 1 | -3/+4 | |
2012-03-07 | Surround log startup notice with empty lines | Jonathan McCrohan | 1 | -0/+2 | |
2012-03-07 | Add compile time version numbers | Jonathan McCrohan | 1 | -1/+6 | |
Uses git tags as version number | |||||
2012-03-05 | Fix copypasta errorv1.1 | Jonathan McCrohan | 1 | -10/+18 | |
wrong variable used. | |||||
2012-03-05 | Rearrange syslog output to read 8N1 rather than N81 | Jonathan McCrohan | 1 | -2/+2 | |
2012-03-05 | Merge branch 'master' of git.dereenigne.org:/srv/git/verteco | Jonathan McCrohan | 1 | -0/+5 | |
2012-03-05 | Refactor code | Jonathan McCrohan | 2 | -6/+4 | |
No source chances, reindent only. | |||||
2012-03-05 | Add syslog logging | Jonathan McCrohan | 1 | -24/+57 | |
2012-03-04 | Remove unused #define statements | Jonathan McCrohan | 1 | -3/+0 | |
2012-02-20 | Prune archive after 3 months | Jonathan McCrohan | 1 | -0/+5 | |
2012-02-20 | Move interval.txt to src/ | Jonathan McCrohan | 1 | -0/+1 | |
2012-02-15 | Archive files after upload. | Jonathan McCrohan | 1 | -0/+2 | |
2012-02-12 | Add ftp upload function + add documentation. | Jonathan McCrohan | 3 | -0/+132 | |
2012-01-10 | Handle 32bit signed overflow. | Jonathan McCrohan | 1 | -1/+6 | |
2012-01-10 | Move interval.txt to interval subdirectory. | Jonathan McCrohan | 1 | -1/+1 | |