-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigurtion.ini
55 lines (46 loc) · 1.27 KB
/
configurtion.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
; default unit:
; second for time node
;Encryption Algorithm enumeration:
;null = 1, rsa = 2, aes128 = 3
;System enumeration:
;hex = 0, dec = 1, oct = 2
[AccessToPublicServer]
Address = 120.26.86.124
;Address = 127.0.0.1
;Address = 47.92.124.250
TcpPort = 19006
;最多12 bytes
UserName = TT001234fvtm
;UserName = gavin
;最多20 bytes
Password = 0h68vl56q4z2okexzntc
[EnterpriseServiceForVehicle]
TcpPort = 19007
HeartBeatCycle = 10
MaxVehicleDataQueueSize = 102400
;MaxConnectionSize
;符合性检测下允许上传车机vin列表,以逗号隔开
VinAllowed = 86687302051846000,12345678901234567
[DataPacket]
EncryptionAlgorithm = 1
;平台登入登出的唯一识别号,城市邮政编码 = 310000) + VIN前三位(866?)+ 两位自定义数据(00?) + 000000
PaltformId = 31000086600000000
MaxSerialNumber = 65531
[ConnectToPublicServer]
;登入没有回应每隔1min(LoginIntervals)重新发送登入数据。
;3(LoginTimes)次登入没有回应,每隔30min(LoginIntervals2)重新发送登入数据。
LoginTimes = 3
LoginIntervals = 60
LoginIntervals2 = 1800
; tcp 中断后重连间隔(秒)
ReSetupPeroid = 1
[Runing]
;上传链路个数
UploadChannelNumber = 1
;运行模式:
;0 release
;1 车辆符合性检测
;2 平台符合性检测
Mode = 2
;进制
System = 0