Program Name: sqmutil.pl

Description: A Perl utility for use with the Unihedron "connected" Sky Quiality Meter products

Features:
 - Automatically identify USB or Ethernet models connected to the computer
 - Connect to USB/Ethernet/RS232 models
 - Retrieve Version information for the selected model
 - Retrieve Reading details from the selcted model
 - Gather calibration information
 - Set interval report paramaters for certain models
 - Update firmware
 - Set datalogging parameters for DL model
 - Configure (Set calibration) (with -config command line option)

General requirements:
 The following Perl modules may have to be additionally installed:
	Tk
	Tk::StrfClock

Windows requirements:
 - Strawberry perl has proven to be easy to install, however, Activstate Perl might also work.
 - Various Perl modules through the CPAN interface such as:
	Win32::TieRegistry
	Win32::SerialPort

Linux requirements:
 - Perl (usually installed with most distributions)
 - probably need to install  libx11-dev
 - Various Perl modules through the CPAN interface such as:
	Device::SerialPort




