]> git.mxchange.org Git - flightgear.git/commit
Melchior FRANZ:
authorehofman <ehofman>
Sat, 29 Jan 2005 09:45:12 +0000 (09:45 +0000)
committerehofman <ehofman>
Sat, 29 Jan 2005 09:45:12 +0000 (09:45 +0000)
commit4ffb6c0fe9e36ec74c912eec9a64868171577e9e
tree1c3cfa803bd3863fb463245bbbfb1ef09c513633
parentded8b8f34e871cd9f35453d0f0ae7c7cbbabf85d
Melchior FRANZ:

Here's a Perl implementation of a METAR proxy server. Tested on Linux only, but
should work on all Unices, and possibly on Windows, too. Its purpose is to:

- provide METAR data for machines without internet connection
- centralize METAR fetching: one machine in a network runs the proxy, all
  other connect to the proxy
- deliver defined and reproducible weather for educational purposes
- save weather situations for later use in fgfs

Quick instructions to download the world weather for the last 3 hours
and run proxy and fgfs with it (~ 2MB download; for less bandwidth
consumption see the --record mode):

  $ metarproxy --download 3h
  $ metarproxy -v -c &
  $ fgfs --proxy=localhost:5509 --time-offset=-2 --enable-real-weather-fetch
utils/metarproxy/README [new file with mode: 0644]
utils/metarproxy/metarproxy [new file with mode: 0755]