Menu

Tree [447cd7] default tip /
 History

Read Only access


File Date Author Commit
 debian 2017-01-30 Russell Stuart Russell Stuart [d28711] Release ws2300-1.11-1 - see ChangeLog.txt
 .hgignore 2014-06-10 Russell Stuart Russell Stuart [8408ce] ws2300-1.9-1 - the source forge release
 .hgtags 2017-01-30 Russell Stuart Russell Stuart [447cd7] Added tag ws2300-1.11-1 for changeset d28711ce36aa
 ChangeLog.txt 2017-01-30 Russell Stuart Russell Stuart [d28711] Release ws2300-1.11-1 - see ChangeLog.txt
 Makefile 2014-06-10 Russell Stuart Russell Stuart [8408ce] ws2300-1.9-1 - the source forge release
 Makefile.release 2017-01-30 Russell Stuart Russell Stuart [d28711] Release ws2300-1.11-1 - see ChangeLog.txt
 README.txt 2017-01-30 Russell Stuart Russell Stuart [d28711] Release ws2300-1.11-1 - see ChangeLog.txt
 agpl-3.0.txt 2014-06-10 Russell Stuart Russell Stuart [8408ce] ws2300-1.9-1 - the source forge release
 memory_map_2300.txt 2014-06-10 Russell Stuart Russell Stuart [8408ce] ws2300-1.9-1 - the source forge release
 setup.py 2017-01-30 Russell Stuart Russell Stuart [d28711] Release ws2300-1.11-1 - see ChangeLog.txt
 ws2300.1 2017-01-30 Russell Stuart Russell Stuart [d28711] Release ws2300-1.11-1 - see ChangeLog.txt
 ws2300.default 2014-06-10 Russell Stuart Russell Stuart [8408ce] ws2300-1.9-1 - the source forge release
 ws2300.html 2017-01-30 Russell Stuart Russell Stuart [d28711] Release ws2300-1.11-1 - see ChangeLog.txt
 ws2300.init 2014-06-10 Russell Stuart Russell Stuart [8408ce] ws2300-1.9-1 - the source forge release
 ws2300.py 2017-01-30 Russell Stuart Russell Stuart [d28711] Release ws2300-1.11-1 - see ChangeLog.txt
 ws2300.spec 2017-01-30 Russell Stuart Russell Stuart [d28711] Release ws2300-1.11-1 - see ChangeLog.txt

Read Me

ws2300
======

  Ws2300 is a driver for the LaCrosse WS-2300 weather station.

  How to use ws2300 is documented in its man page.

  All documentation is readable online at the home page:
    http://ws2300.sourceforge.net/


Dependencies
------------

  Python >= 2.6


Building and Installing
-----------------------

  Packages are available for Debian and RedHat style
  distributions at the home page.  If you install using one
  of those methods you can skip this section.

  Building is optional.  There is only one source file and
  it can be used directly.

  The build dependencies are:
    - A POSIX system (make, unix shell, sed, etc).

  Ws2300 is written entirely in a interpreted language, so no
  compiling is necessary.

  To install, in the directory containing this file run:
    make install


Configuring
-----------

  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.


License
-------

  Copyright (c) 2007-2014,2016,2017, Russell Stuart.

  This 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.

  The copyright holders grant you an additional permission under Section 7
  of the GNU Affero General Public License, version 3, exempting you from
  the requirement in Section 6 of the GNU General Public License, version 3,
  to accompany Corresponding Source with Installation Information for the
  Program or any work based on the Program. You are still required to
  comply with all other Section 6 requirements to provide Corresponding
  Source.

  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.


--
Russell Stuart
2014-Jun-06
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.