-
Notifications
You must be signed in to change notification settings - Fork 4
/
combine1090.default
51 lines (24 loc) · 1.42 KB
/
combine1090.default
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
# Append the IP addresses of the feeders you want to combine in the next line:
SOURCES= 127.0.0.1 192.168.2.23
# Example: SOURCES= 127.0.0.1 192.168.2.23
# this would combine the data from receivers running on 127.0.0.1 and 192.168.2.23
# Append the ports to collect beast data from
PORTS= 30005 30105
# 30005 ADS-B data
# 30105 MLAT results from piaware/flightaware
# 30157 MLAT results from adsbexchange
# for the IP addresses in SOURCES all PORTS are used
# If your sources have the beast data on different ports, you can use CUSTOM to configure host:port combinations instead.
# uncomment CUSTOM (remove # at start of line below) and modify / append IP:PORT combinations:
#CUSTOM=127.0.0.1:29005 127.0.0.1:29999
#
DECODER_OPTIONS="--max-range 360 --lat 50 --lon 10"
# DON'T MODIFY BELOW IF YOU DON'T UNDERSTAND HOW THIS WHOLE THING WORKS
#where the data shall go, for display under /combine1090 leave it as is.
TARGET=127.0.0.1:29004
# for even more custom combination of soure/target, each pair specified in the SOTA variable is connected
# SOTA="source:port/target:port source2:port/target2:port"
#options for dump1090-fa where all the data goes
RECEIVER_OPTIONS="--net-only"
NET_OPTIONS="--net --net-heartbeat 60 --net-ro-size 1000 --net-ro-interval 0.2 --net-ri-port 29001 --net-ro-port 29002 --net-sbs-port 29003 --net-bi-port 29004 --net-bo-port 29005 --net-sbs-in-port 29106"
JSON_OPTIONS="--json-location-accuracy 2"