-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdcservers_mod.xml
47 lines (40 loc) · 1.54 KB
/
dcservers_mod.xml
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
<DCServer name="mvt340">
<!--
=== DCS Description
-->
<Description><![CDATA[
Meitrack MVT340 Server
]]></Description>
<!--
=== Possible Unique-ID prefixes ("*" means that the mobile-id is used as-is)
=== Example: If the mobile-id is "123456789012345", then the "Unique ID" value
=== set in the Device admin page can be one of the following:
=== imei_123456789012345
=== 123456789012345
=== <etc.>
-->
<UniqueIDPrefix><![CDATA[
mvt_
*
]]></UniqueIDPrefix>
<!--
=== Listen ports
-->
<ListenPorts
tcpPort="27868"
udpPort="27868"
/>
<!--
=== DCS runtime properties
-->
<Properties>
<!-- <Property key="parseFormat">1</Property> -->
<!-- <Property key="minimumSpeedKPH">4.0</Property> -->
<!-- <Property key="estimateOdometer">true</Property> -->
<!-- <Property key="simulateGeozones">true</Property> -->
<!-- <Property key="simulateDigitalInputs">0xFF</Property> -->
<!-- <Property key="tcpIdleTimeoutMS">5000</Property> -->
<!-- <Property key="tcpPacketTimeoutMS">10000</Property> -->
<!-- <Property key="tcpSessionTimeoutMS">20000</Property> -->
</Properties>
</DCServer>