Menu

Tree [88ba66] master /
 History

HTTPS access


File Date Author Commit
 LICENSE 2017-01-26 Edward Emelianov Edward Emelianov [891245] Initial commit
 Makefile 2020-07-09 Edward Emelianov Edward Emelianov [88ba66] small fixes & add output @ command heater=xx
 README.md 2018-02-07 eddyem eddyem [8bd8fd] change low level threshold for debayer
 SBIG.config 2020-07-09 Edward Emelianov Edward Emelianov [88ba66] small fixes & add output @ command heater=xx
 SBIG.creator 2020-07-09 Edward Emelianov Edward Emelianov [88ba66] small fixes & add output @ command heater=xx
 SBIG.creator.user 2020-07-09 Edward Emelianov Edward Emelianov [88ba66] small fixes & add output @ command heater=xx
 SBIG.files 2020-07-09 Edward Emelianov Edward Emelianov [88ba66] small fixes & add output @ command heater=xx
 SBIG.includes 2020-07-09 Edward Emelianov Edward Emelianov [88ba66] small fixes & add output @ command heater=xx
 cmdlnopts.c 2020-07-09 Edward Emelianov Edward Emelianov [88ba66] small fixes & add output @ command heater=xx
 cmdlnopts.h 2017-04-24 eddyem eddyem [5ac880] add logging, heater period, max exptime
 debayer.cpp 2017-05-04 eddyem eddyem [9a49ec] add timestamp modifying for jpeg files
 debayer.h 2017-05-04 eddyem eddyem [9a49ec] add timestamp modifying for jpeg files
 imfunctions.c 2020-07-09 Edward Emelianov Edward Emelianov [88ba66] small fixes & add output @ command heater=xx
 imfunctions.h 2020-07-09 Edward Emelianov Edward Emelianov [88ba66] small fixes & add output @ command heater=xx
 main.c 2020-07-09 Edward Emelianov Edward Emelianov [88ba66] small fixes & add output @ command heater=xx
 parseargs.c 2017-02-02 eddyem eddyem [13d623] little fixes
 parseargs.h 2017-01-27 eddyem eddyem [88b2cf] shit! I should always write "git commit -a", WT...
 socket.c 2020-07-09 Edward Emelianov Edward Emelianov [88ba66] small fixes & add output @ command heater=xx
 socket.h 2017-03-22 eddyem eddyem [b7654b] add darks processing
 term.c 2020-07-09 Edward Emelianov Edward Emelianov [88ba66] small fixes & add output @ command heater=xx
 term.h 2017-04-24 eddyem eddyem [5ac880] add logging, heater period, max exptime
 usefull_macros.c 2017-04-24 eddyem eddyem [5ac880] add logging, heater period, max exptime
 usefull_macros.h 2017-04-24 eddyem eddyem [5ac880] add logging, heater period, max exptime

Read Me

SBIG all-sky 340c driving utilite

Run make to compile three binary files:

  • sbig340_standalone --- standalone utility (no daemon/client)
  • sbig340_daemon --- pure grabbing daemon (driven by socket)
  • sbig340_client --- pure client (take images from daemon and save locally)

When connected to daemon you can send commands "heater=1" or "heater=0":
first command will turn heater on for 10 minutes, second will turn it off.
Receiving these commands daemon won't send image, immediately disconnect.