-----------------------------------------------------------

  	               PureFrog v1.3
            
		The FroggyHome sensor monitor written in PureBasic.
 
  Written by:
 
    - Frederic 'AlphaSND' Laboureur
    - Chaumontet 'snip' Sebastien

  Based on the 'frogd' linux client by Regis 'Redge' Barbier
  http://www.redge.net/frogd/fr/


-----------------------------------------------------------

Overview:

  PureFrog is a realtime monitor for FroggyHome weather sensor (temperature,
  Humidity and Pressure). The sensor looks like a frog connected trough the
  serial com port to the computer. It demonstrates how use a serial connectivity
  in PureBasic using the Win32 API. The monitor support the WeatherByU protocol
  currently developped to concentrate weather data from many measurement points.
  
  More informations on sensor     : Http://FroggyHome.com/
  More informations on WeatherByU : Http://weather.WeatherByU.com/
  		
Licence:

  This tools is freeware under the GPL licence.

Features:

  - 45 Kb executable
  - GUI
  - WeatherByU support with HTTP proxy
  - Several options: /NOGUI, /NOLOG, /NOSYSTRAY
  - Window position remembering
  
Installation:

  Copy the .exe where you need. 
  Three options are available at the command line:
  
  /NOSYSTRAY: disable the systray icon. Nice to run the client in stealth mode
  /NOGUI: don't show the gui when starting
  /NOLOG: don't generate a log file with all measures.

Changes:

- 1.3
  * Small changes to make it compile with PureBasic 3.51

- 1.2
	* WeatherByU now support HTTP proxy
	* specify User-Agent in the HTTP request


			Bye,

          AlphaSND & Snip

