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

support ethernet cameras #12

Closed garlick closed 6 years ago

garlick commented 9 years ago

One can set device to ETH but that will be insufficient to configure an ethernet camera with sbig-utils. We need a way to configure the IP address of the camera at least.

Then we need to test with an ethernet camera.

garlick commented 6 years ago

This was fixed a while back, and tested with ethsim2 which runs OK under wine on linux.

commit 177e4a47d803dcc566d31a08c4b2d6652bc4585d
Author: Jim Garlick <garlick.jim@gmail.com>
Date:   Sun May 31 12:48:50 2015 -0700

    libsbig: get ethernet cameras working

    sbig_open_device() now takes textual name

    If a dotted-quad ipv4 address, parse that and set address and DEV_ETH.
    Otherwise convert USB1, LPT1, etc. to DEV_USB1, DEV_LPT1, etc.

    Convert commands to use this.

also, sbig find now probes for ethernet cameras via the SBIGUDrv CC_QUERY_ETHERNET function