Home

Documentation

Project Support

C. STARGRASP C Libraries

We intend to turn each of the (currently dead) links below into API descriptions for each of our core C libraries. All of the toolkit tools are built on top of these 5 libraries.

  1. libcli.a - This command line library implements the argument parser utilized at various levels in the STARGRASP system.
  2. libsockio.a - A socket communications library that handles opening a TCP connection, sending one-line ASCII text commands, and receiving responses.
  3. libfh.a? - Constructs FITS files.
  4. libcatp.a? - Custom UDP image transfer protocol.
  5. libstargrasp.a? - functions that do most of the job of the STARGRASP toolkit programs.