Chris Kuethe
Chris Kuethe
Cool. I have some comments but it seems pretty clear. * why does scriptspath have to end with '/' ? Both `/home/pi/allsky/scripts/endOfNight.sh` and `/home/pi/allsky/scripts//endOfNight.sh` are valid and resolve to the...
I'd suggest snake_case for property names for consistency with the unit-suffixed properties, but that's just me. Also, I'm not clear on the differences between keogram.upload, startrails.upload, timelaps.upload and upload.endOfNight are....
OK, that's reasonable. maybe put some example URLs in there then like: ``` [upload] # method = rsync # dest = user@server:/path/to/allsky/dest # becomes `rsync -r --partial --inplace $NIGHTLY_DIR user@server:/path/to/allsky/dest/...
Indeed there is nothing preventing one config consumer from using a different section, I was just thinking about it from the perspective of making it clear that this parameter might...
So we should probably define what kind of upload we mean. You could scp/sftp/ftp/rsync every image as it's created, or you could do it at the end of night. I...
I've been tempted to run alternate cameras on my Pi, just to monitor a particular patch of sky, but I haven't seen anyone doing it in production. If ZWO wanted...
Part of me wonders whether or not to draw some line in the sand, fix all the bugs we know about, and tag a release. Then we can hack with...
Yeah, no worries. I'm glad we agree on tagging a stable point release. I'll save multi_out and qhy and other stuff for after we cut a new release.
Yep, increasing that buffer fixed my truncated reads. `800*400*3` (3 *bytes* per pixel) was sufficient... #16 should be merged. ``` May 05 19:30:16 scopeserv[491398]: INFO:ds1054z:2.069 - finishing write May 05...