worlickwerx / sbig-util

Linux utility for Santa Barbara Instrument Group cameras for astronomy
GNU General Public License v3.0
5 stars 2 forks source link

add sbig-ctl utility #39

Open garlick opened 6 years ago

garlick commented 6 years ago

Add sbig-ctl command which is patterned somewhat like sysctl(8)

Give various camera settings hierarchical key names. Many keys have read-only values but some can be set, for example (so far):

cooling.enabled
cooling.setpoint
cooling.fan.enabled
cfw.position

This can replace some of the commands like sbig-info, sbig-cooler, and sbig-cfw. This PR doesn't remove any commands however.

This is still being worked on but I wanted to get it out here in case people have input on the interface.