mirror of
https://github.com/eddyem/SBIG_340.git
synced 2025-12-06 10:45:10 +03:00
13 lines
539 B
Markdown
13 lines
539 B
Markdown
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.
|