/* weatherstation.php - part of the open2300 package * * Version 1.3 * * Control WS2300 weather station * * Copyright 2003,2004, Kenneth Lavrsen * This program is published under the GNU Public license */ exec("/usr/local/bin/fetch2300",$fetcharray); foreach ($fetcharray as $value) { list($parameter,$parvalue)=explode(" ", $value); $ws["$parameter"]=$parvalue; } $forecastpic= strtolower($ws["Forecast"]) . ".jpg"; $tendencypic= strtolower($ws["Tendency"]) . ".png"; ?>
|
Weather Data are loaded directly from Weather Station which gives a 5-30 seconds delay
[Weather Index] [Weather Graphs] [World Weather] [Kenneth's Homepage]