-
Notifications
You must be signed in to change notification settings - Fork 3
/
vfrb.ini.in
55 lines (50 loc) · 956 Bytes
/
vfrb.ini.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
;
; VirtualFlightRadar-Backend
; Version %VERSION%
;
[general]
; Input feeds
; Comma-separated list
; Keywords: aprs, sbs, gps, atm, wind
; Example: aprsc1,aprsc2,sbs,gps,atm1,wind2
feeds =
; Serve NMEA output on this port
serverPort =
; Assign anything to enable
gndMode =
[fallback]
; format (degree): x.xxxxxx
; [-90,90]
latitude =
; [-180,180]
longitude =
; GPS height including antenna height
; meters
; format: x
altitude =
; Geoid separation
; format: x.x
geoid =
; hPa
; format: x.x
pressure =
[filter]
; meters
; -1, or empty to disable
; format: x
maxHeight =
maxDist =
; Each entry in 'general.feeds' needs its own section.
; Only 'aprs' needs the 'login'.
; Priorities are relative to each other and matter only for feeds of same type (keyword).
;[name]
;host =
;port =
;(login =)?
;priority =
;Example:
;[aprsc1]
;host = localhost
;port = 14580
;login = user x pass y filter r/1/2/3
;priority = 1