[packages] olsrd: Version bump to 0.6.5.1 , note that tas plugin has been discontinue...
[openwrt/svn-archive/archive.git] / net / olsrd / files / olsrd.pud.position.conf
1 #
2 # OLSrd PUD plugin position configuration file
3 #
4
5 # GPS operating mode.
6 # Values : bad, 2d, 3d
7 # Default: bad
8 # Note : a value of 'bad' will make the resulting position information invalid
9 # (the mask will indicate that all other information is not present)
10 #fix = bad
11
12 # GPS quality indicator.
13 # Values : bad, low, mid, high
14 # Default: high
15 #sig = high
16
17 # HDOP (Horizontal Dilution Of Precision)
18 # Values : floating point value
19 # Default: 0.0
20 # Note : From HDOP, VDOP and PDOP are determined: VDOP = HDOP, and PDOP = sqrt(2) * HDOP.
21 #hdop = 0.0
22
23 # Latitude
24 # Values : floating point value
25 # Unit is NMEA like latitude: ddmm.sssss (d=degrees, m=minutes, s=seconds)
26 # Default: 0000.00000
27 #lat = 0000.00000
28
29 # Longitude
30 # Values: floating point value
31 # Unit is NMEA like longitude: dddmm.sssss (d=degrees, m=minutes, s=seconds)
32 # Default: 00000.00000
33 #lon = 00000.00000
34
35 # Elevation
36 # Values: floating point value
37 # Unit is meters above the mean sea level (geoid)
38 # Default: 0.0
39 #elv = 0.0
40
41 # Speed
42 # Values: floating point value
43 # Unit is over the ground in kph
44 # Default: 0.0
45 #speed = 0.0
46
47 # Direction/Track
48 # Values: floating point value
49 # Unit is (compass) degrees
50 # Default: 0.0
51 #direction = 0.0