WX2000-2.X is a fully rewritten wx2000 acquisition software for weather stations.
--------------------------------------------------------------------------------

Author :    Fulup Ar Foll "fulup @ fridu . homelinux . net"
Source :    C
OS     :    Linux (should run on any Unix)

Stations:   LaCrosse ws7000-13 and other compatible
            LV ws2000,CONRAD ws7000,WMR 900H,La Crosse WS-2010
            
Bought my station from http://www.nouveauxobjets.com

Facilities: Log of flat file
            Store in SQL data base
            Automatic upload on weather underground
            Run as foreground or background daemon
            Debug and Trace
            Fully configurable for file and/or command line

Download Sources Driver Repository

This package is organized in modules and hopefully should be easy to hack for
any other stations and/or backend. Code is broken in modules: 

 - station module handle: La Cross WS-2000 and compatible
 - 2 input modules
   + config module handle configuration file
   + serial module handle RS232
 - 3 backend are available
   + DB backend support MySQL with wx2000 software data schema
   + Log backend produce basic text log
   + UW backend UnderGround upload of data.

The code is design in such a way, that it is possible to build support
for a new station without touching the backends, or vice versa.

source code is available at: http://follijen.free.fr/download/

if you use it, please drop me a mail (remove space from my address). While I would be more
than happy to ear nice story about people who had no trouble to use it. I am also interested
to know the type of problem you find out when installing on your own configuration.

Hope it will help.

Fulup