------------------------------------------------------------------ DalWeathDB v2.2 3/30/03, Nathan Parker For i386 Linux. NOTE: This package is not the least bit finished, and requires some work to configure. This is still a work-in-progress. ------------------------------------------------------------------ This directory contains: 1) source for the MLan lib to communicate on the Dallas 1-Wire MLAN, 2) MySQL database schema and Perl libs to store/aggregate/report on data collected from the 1-Wire LAN. Ported, assembled, and most of it coded by Nathan Parker, Lots of people helped with adding support for sensors (humidity, V3 wind vane, etc). GNU License applies to all source code unless already covered elsewhere by a more restrictive license. Thanks to: Philip Gladstone , http://pond.gladstonefamily.net Tim Sailer , http://www.buoy.com Paul Davis , http://www.pumpkinbrook.com Ron Gage Many other on the Dallas Semiconductor weather mailing list. For more info on Dallas Semi's products, see: http://www.ibutton.com/ My weather station: http://www.pobox.com/~nparker/weather ------------------ HOW TO MAKE IT GO: ------------------ How to build: Edit sensa/ngp_weath_lib.h, set your serial port. Run 'make' in this dir. Test: Run sensa/find_devices -- human readable Run sensa/collect_samples -- machine readable Configure MySQL 'weathdb' database: In mysql_app directory, read README and SCHEMA. Edit initial_data.sql to use your ROM ID's. Build the database according to the readme. Configure Web page generator: Edit mysql_app/make_web_page to generate pages as you wish, and to copy web page to your webserver. To start data logging and webpage generator: (assuming everthing is setup) cd mysql_app ./collect_samples Wait five (or 15) minutes for first page to generate. -------------------------------------------