MeiTrack VT310 User Manual Page 5

  • Download
  • Add to my manuals
  • Print
  • Page
    / 13
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 4
2) Configuring the Server
The following section refers to the runtime configuration file for the RVCT03 device communication server, which
can be found in the GTS Installation directory at "dcservers/dcserver_rvct03.xml". (The RVCT04 device
configuration file is "dcservers/dcserver_rvct04.xml").
2.1) Changing the Server "Listen" Ports.
The ports on which the RVCT03 DCS listens for incoming data packets is specified on the "ListenPorts" tag:
<ListenPorts
tcpPort="37480"
udpPort="37480"
/>
(The default listen ports on the RVCT04 device are TCP 37485, and UDP 37485.)
If required, the "listen" port can be changed to fit the requirements of your runtime environment. The script
programmed into the CT-03/CT-04 device will also need to be configured to transmit data to the same port as the
server used to listen for incoming data packets.
The "listen" ports must be open through the firewall in order for the remote device to send data to the
RVCT03/RVCT04 server.
If packet acknowledgment is required, any acknowledgments sent by the server back to the remote device must
be sent from the same IP address to which the remote device sent it's data packet. If your server responds to
more than one IP address, then the RVCT03/RVCT04 server listener must be bound to the same IP
address/interface used by the remote tracking devices. This is set in the top-level "dcservers.xml" file, on the
"DCServerConfig" tag, "bindAddress" attribute.
2.2) Setting the "Unique-ID" Prefix Characters.
The Unique-ID prefix characters can be set in the "UniqueIDPrefix" tag section:
<UniqueIDPrefix><![CDATA[
ct03_
imei_
*
]]></UniqueIDPrefix>
These prefix characters are used to 'prepend' to the IMEI number, or other custom ID, as reported by the device to
look-up the owning Account/Device record for this device. For instance, if the CT-03 ID number is "1234567890",
then the system will search for the owning Device using the following Unique-ID keys, in the order specified:
ct03_1234567890
imei_1234567890
1234567890
Note that the '*' character by itself indicates that the system should look up the RVCT03 ID number without any
prefixing characters.
On the RVCT04 device, the available unique-id prefixes are "ct04_", "imei_", and "*".
GTS Enterprise Installation/Configuration Guide Page 5 of 13
Page view 4
1 2 3 4 5 6 7 8 9 10 11 12 13

Comments to this Manuals

No comments