add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / utils / open2300 / patches / x1.patch
1 --- a/open2300.conf
2 +++ b/open2300.conf
3 @@ -0,0 +1,65 @@
4 +# open2300.conf
5 +#
6 +# Configuration files for open2300 weather station tools
7 +#
8 +# Default locations in which the programs will search for this file: 
9 +# Programs search in this sequence:
10 +#  1. Path to config file including filename given as parameter (not supported by all tools)
11 +#  2. ./open2300.conf (current working directory)
12 +#  3. /jffs/etc/open2300.conf (typical DD-WRT location)
13 +#  4. /etc/open2300.conf (typical Linux location)
14 +#
15 +# All names are case sensitive!!!
16 +
17 +
18 +# Set to your serial port and time zone
19 +# For Windows use COM1, COM2, COM2 etc
20 +# For Linux use /dev/ttyS0, /dev/ttyS1 etc
21 +
22 +SERIAL_DEVICE                 /dev/tts/1  # /dev/ttyS0, /dev/ttyS1, COM1, COM2 etc
23 +TIMEZONE                      1           # Hours Relative to UTC. East is positive, west is negative
24 +
25 +
26 +# Units of measure (set them to your preference)
27 +# The units of measure are ignored by wu2300 and cw2300 because both requires specific units
28 +
29 +WIND_SPEED                    m/s         # select MPH (miles/hour), m/s, or km/h
30 +TEMPERATURE                   C           # Select C or F
31 +RAIN                          mm          # Select mm or IN
32 +PRESSURE                      hPa         # Select hPa, mb or INHG
33 +
34
35 +#### Citizens Weather variables (used only by cw2300)
36 +# Format for latitude is
37 +# [2 digit degrees][2 digit minutes].[2 decimals minutes - NOT seconds][N for north or S for south]
38 +# Format for longitude is
39 +# [3 digit degrees][2 digit minutes].[2 decimals minutes - NOT seconds][E for east or W for west]
40 +# Use leading zeros to get the format ####.##N (lat) and #####.##E (long)
41 +
42 +CITIZEN_WEATHER_ID            CW0000      # CW0000 should be replaced by HAM call or actual CW number
43 +CITIZEN_WEATHER_LATITUDE      5540.12N    # DDMM.mmN or S - example 55 deg, 40.23 minutes north
44 +CITIZEN_WEATHER_LONGITUDE     01224.60E   # DDDMM.mmE or W - example 12 deg, 24.60 minutes east
45 +
46 +APRS_SERVER   rotate.aprs.net   14580     # These are the APRS servers and ports for
47 +APRS_SERVER   first.aprs.net    14580     # Citizens Weather reporting.
48 +APRS_SERVER   second.aprs.net   14580     # They they are tried in the entered order
49 +APRS_SERVER   third.aprs.net    14580     # you may enter up to 5 alternate servers
50 +
51 +
52 +#### WEATHER UNDERGROUND variables (used only by wu2300)
53 +
54 +WEATHER_UNDERGROUND_ID        WUID        # ID received from Weather Underground
55 +WEATHER_UNDERGROUND_PASSWORD  WUPASSWORD  # Password for Weather Underground
56 +
57 +
58 +### MYSQL Settings (only used by mysql2300)
59 +
60 +#MYSQL_HOST              localhost         # Localhost or IP address/host name
61 +#MYSQL_USERNAME          open2300          # Name of the MySQL user that has access to the database
62 +#MYSQL_PASSWORD          mysql2300         # Password for the MySQL user
63 +#MYSQL_DATABASE          open2300          # Named of your database
64 +#MYSQL_PORT              0                 # TCP/IP Port number. Zero means default
65 +
66 +#PGSQL_CONNECT         hostaddr='127.0.0.1'dbname='open2300'user='postgres'password='sql' # Connection string
67 +#PGSQL_TABLE           weather           # Table name
68 +#PGSQL_STATION         open2300          # Unique station id