LIME-SDR INDI Driver
================

This package provides the INDI driver for the LimeSDR series receivers.

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

+ INDI >= v1.4 (http://www.indilib.org)

	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.
	
+ libLimeSuite

	libLimeSuite is required:
	in Ubuntu/Debian:
	sudo apt-get update
	sudo apt-get install liblimesuite-dev
	
Installation
============

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

	You can use the LIME-SDR INDI Driver in any INDI-compatible client such as KStars or Xephem. 
	
	To run the driver from the command line:
	
	$ indiserver indi_limesdr_detector
	
	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.
	 
