Generic CCD Driver
==================

This package provides a template CCD INDI driver to be customized by developers.

Requirements
============

+ INDI >= v0.9.6 (http://indi.sf.net)

	You need to install both indi and indi-devel to build this package.
	
+ cfitsio

	cfitsio-devel is required to compile support for FITS.
	
+ libusb

	libusb is required.
	

Installation
============

	See INSTALL
	
How to Use
==========

	You can use the Generic INDI Driver in any INDI-compatible client such as KStars or Xephem. 
	
	To run the driver from the command line:
	
	$ indiserver indi_generic_ccd
	
	You can then connect to the driver from any client, the default port is 7624.
	If you're using KStars, the driver will be automatically listed in KStars' Device Manager,
	no further configuration is necessary.
	 
