-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathexample-config.ini
More file actions
19 lines (14 loc) · 718 Bytes
/
example-config.ini
File metadata and controls
19 lines (14 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[aiscot]
; ^-- First line should always be [aiscot].
; aiscot example configuration file. You can use this file instead of specifying
; command-line options. All parameters ARE IN ALL CAPS.
; CoT Destination URL, in this example UDP Port 4242 on ATAK device IP 172.17.2.151
COT_URL = udp://172.17.2.151:4242
; Optional. If specified uses craft data from this file to filter, populate callsign, CoT type, etc
; KNOWN_CRAFT = example-known_craft.csv
; Optional. If using KNOWN_CRAFT, still include other craft not in our KNOWN_CRAFT list.
; INCLUDE_ALL_CRAFT = True
; Optional. Override CoT Event Type ("marker type")
; COT_TYPE = a-.-S-C
; Optional. Override default CoT Stale period (in seconds).
; COT_STALE = 60