ws2300 ====== Ws2300 is a driver for the LaCrosse WS-2300 weather station. The home page is: http://www.stuart.id.au/russell/files/ws2300 Requirements ------------ Python >= 2.3 Linux / Unix / BSD Installing ---------- To build you require the Python development system. The command to build the entire system is: make To install: make install To start automatically on boot up: In the distribution you will find a sysV init script called ws2300.rc. You can copy this into your sysV /etc/rc*.d and /etc/init.d directories to make the ws2300 daemon start automatically on boot. ws2300.rc reads the config files /etc/default/ws2300 and /etc/sysconfig/ws2300 to figure out what to do. An example config is provided in ws2300.default, see the comments in there for more information. ws2300.rc will only start the ws2300 daemon configuration file passed to 'ws2300 tty record configuration-file' is present. The default name for configuration file is /etc/ws2300/ws2300.conf. Documentation ------------- The man page. memory_map_2300.txt is the memory map for the WS-2300. It was put together by reverse engineering the WS-2300. This was done mainly on the German language Weather Station Forum, http://www.wetterstationsforum.de/phpBB/viewforum.php?forum=28&403. License ------- Copyright (c) 2007,2008,2010,2011,2012,2013,2014, Russell Stuart. The Ws2300 driver program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -- Russell Stuart November, 2010