-
Notifications
You must be signed in to change notification settings - Fork 5
/
socket30003.cfg
120 lines (114 loc) · 7.03 KB
/
socket30003.cfg
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# ted.sluis@gmail.com
# Filename : socket30003.cfg
#================================================================
# config file.
#================================================================
[common]
# The default settings for all scripts.
# They can be override by settings in one of the other sections, but only when those settings have a value.
# If you comment out these lines below or remove the values, the script will use the default values from one of the other sections or from the script:
#
filemask=dump*.txt # default file mask.
datadirectory=/tmp # default data directory.
logdirectory=/tmp # default log file directory.
piddirectory=/tmp # default pid file directory.
outputdirectory=/tmp # default output directory.
distanceunit=kilometer # default distance unit: kilometer, nauticalmile, mile or meter.
altitudeunit=meter # default altitude unit: meter or feet.
speedunit=kilometerph # default speed unit: kilometerph, knotph or mileph (ph = per hour).
latitude=52.085624 # antenna location, default (Utrecht, The Netherlands).
longitude=5.0890591
override=no # override output file if exists.
timestamp=no # add timestamp to output file name.
sequencenumber=no # add sequence number to output file name, when file allready exists.
#================================================================
[socket30003]
# The default settings for socket30003.pl script:
#
# If you comment out these lines below or remove the values, the script will use the default values from the script:
#
PEER_HOST=127.0.0.1 # default IP address or hostname of the DUMP1090 host. A Dump1090 on a local host can be addressed with 127.0.0.1
TIME_MESSAGE_MARGIN=10 # default max acceptable margin between messages in milliseconds
showpositions=no # Show positions processed: yes or no
#
# Override the settings in the [common] section:
# If you comment out these lines below or remove the values, the script will use the default values from the [common] section.
# Remove the '#' at the start of the line to override the setting used in the [common] section:
#
#datadirectory=/tmp # default data directory.
#logdirectory=/tmp # default log file directory.
#piddirectory=/tmp # default pid file directory.
#distanceunit=kilometer # default distance unit: kilometer, nauticalmile, mile or meter.
#altitudeunit=meter # default altitude unit: meter or feet.
#speedunit=kilometerph # default speed unit: kilometerph, knotph or mileph (ph = per hour).
#latitude=52.085624 # antenna location, default (Utrecht, The Netherlands).
#longitude=5.0890591
#================================================================
[heatmap]
# Default settings for the heatmap.pl script:
#
# If you comment out these lines below or remove the values, the script will use the default values from the script:
#
degrees=5 # used to determine boundary of area around antenne.
resolution=1000 # number of horizontal and vertical positions in output file.
max_positions=100000 # maximum number of positions in the outputfile.
max_weight=1000 # maximum position weight on the heatmap.
outputdatafile=heatmapdata.csv # heatmap data file name.
#
# Override the settings in the [common] section:
# If you comment out these lines below or remove the values, the script will use the default values from the [common] section.
# Remove the '#' at the start of the line to override the setting used in the [common] section:
#
#filemask=dump*.txt # default file mask.
#datadirectory=/tmp # default datadirectory, usually equel to the datadirectory in the [common] section.
#logdirectory=/tmp # default log file directory.
#outputdirectory=/tmp # default output directory.
#latitude=52.085624 # center of the heatmap, usually equel to the antenna location in the [common] section.
#longitude=5.0890591 #
#override=no # override output file if exists.
#timestamp=yes # add timestamp to output file name.
#sequencenumber=yes # add sequence number to output file name, when file allready exists.
#================================================================
[rangeview]
# Default settings for the rangeview.pl script:
#
# If you comment out these lines below or remove the values, the script will use the default values from the script:
#
maxaltitudemeter=12000 # maximum altitude, specified in meter.
maxaltitudefeet=36000 # maximum altitude, specified in feet.
minaltitude=0 # minimum altitude, specified in the output unit.
numberofdirections=1440 # number of directions.
numberofaltitudezones=24 # number of altitude zones.
outputdatafile=rangeview.kml # rangeview data file name: rangeview.kml (kml extention=xml structure) or rangeview.csv (csv extention=csv structure).
#
# Override the settings in the [common] section:
# If you comment out these lines below or remove the values, the script will use the default values from the [common] section.
# Remove the '#' at the start of the line to override the setting used in the [common] section:
#
#distanceunit= kilometer,kilometer # default distance unit: specify input & output unit! kilometer, nauticalmile, mile or meter
#altitudeunit=meter,meter # default altitude unit: specify input & output unit! meter or feet
#filemask=dump*.txt # default file mask.
#datadirectory=/tmp # default datadirectory, usually equel to the datadirectory in the [common] section.
#logdirectory=/tmp # default log file directory.
#outputdirectory=/tmp # default output directory.
#latitude=52.085624 # center of the heatmap, usually equel to the antenna location in the [common] section.
#longitude=5.0890591
#override=no # override output file if exists.
#timestamp=yes # add timestamp to output file name.
#sequencenumber=yes # add sequence number to output file name, when file allready exists.
#================================================================
[install]
# Default settings for the install.pl script:
#
# If you comment out these lines below or remove the values, the script will use the default values from the script:
#
installdirectory=/home/pi/socket30003 # default install directory.
#
# Override the settings in the [common] section:
# If you comment out these lines below or remove the values, the script will use the default values from the [common] section.
# Remove the '#' at the start of the line to override the setting used in the [common] section:
#
#datadirectory=/tmp # default datadirectory, usually equel to the datadirectory in the [common] section.
#logdirectory=/tmp # default log file directory.
#outputdirectory=/tmp # default output directory.
#piddirectory=/tmp # default pid directory.