-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAIS2APRS.ini
74 lines (57 loc) · 1.37 KB
/
AIS2APRS.ini
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
; AIS2APRS.ini
; Configurartion File for modcule to accept AIS Data and send on to an APRS Server
;
; CAUTION ---- CAUTION
;
; entries in this file override the Global definitions
;
;
[installation]
STDOUT = sys.stdout
STDIN = sys.stdin
STDERR = sys.stdout
AVCGAList= "AVCGAList.csv"
WorkingDirectory = "E:\Dropbox\PycharmProject\AIS_2_APRS"
Station = CG722-1
Production = True
QueueSize = 1024
[operation]
UseSerial = False
UseUDP = True
UseDataFile = False
UseRemote = False
COMPort = ''
COMSpeed = 38400
; DO NOT ENCLOSE IP ADDRESS IN QUOTES
LocalServer = 192.168.80.123
; DO NOT ENCLOSE IP ADDRESS IN QUOTES
RemoteEnd = 120.151.223.184
; UDP port on which incoming frames are received
InwardPort = 4158
; port on which APRS frames are sent
APRSPort = 1448
; nr seconds between sending aggregated APRS frames
ServerPeriod = 90
; identity of "relay Station"
Station = "CG722-1"
; Port used by miniwebserver
WebPort = 8448
;Time To Live for fragments before they are cleared out of system
; IN SECONDS
FragTTL = 5
; TTL of Mapping ShipName to MMSI
; IN MINUTES
MappingTTL = 360
[debug]
diagnostic = False
diagnostic2 = False
diagnostic3 = False
; this will eventually replace Diag... Diag3
diagnostic_Level = 0
[logging]
AISDataFile = "AISdatastream.txt"
;AISDataFile = 'Type24data.txt'
APRSDataFile = 'APRSdatastream.txt'
Log_incoming = False
Log_outgoing = True
LogServer = False