aboutsummaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorVijay Kumar B <vijaykumar@zilogic.com>2015-09-28 16:50:26 +0530
committerVijay Kumar B <vijaykumar@zilogic.com>2015-09-28 16:52:22 +0530
commita4a776911eb2a1a88ccd05bbd418313342cfc208 (patch)
tree96046514790019740bf56886bd0e1bfaea2eff5b /setup
parent2a690606569f042b845da1f61b308698645ad3fc (diff)
downloadtrackermap-server-a4a776911eb2a1a88ccd05bbd418313342cfc208.tar.gz
trackermap-server-a4a776911eb2a1a88ccd05bbd418313342cfc208.tar.bz2
trackermap-server-a4a776911eb2a1a88ccd05bbd418313342cfc208.zip
Add support for BlackKite protocol.
BlackKite is closely based on the Galileo protocol. We derive code from the Galileo protocol and make changes as required to meet BlackKite protocol specifications.
Diffstat (limited to 'setup')
-rw-r--r--setup/unix/traccar.xml1
-rw-r--r--setup/windows/traccar.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/setup/unix/traccar.xml b/setup/unix/traccar.xml
index 70270b7d1..06dd293ea 100644
--- a/setup/unix/traccar.xml
+++ b/setup/unix/traccar.xml
@@ -317,5 +317,6 @@
<entry key='castel.port'>5086</entry>
<entry key='mxt.port'>5087</entry>
<entry key='cityeasy.port'>5088</entry>
+ <entry key='blackkite.port'>5091</entry>
</properties>
diff --git a/setup/windows/traccar.xml b/setup/windows/traccar.xml
index bf0dc3efa..ce3f4ebdc 100644
--- a/setup/windows/traccar.xml
+++ b/setup/windows/traccar.xml
@@ -317,5 +317,6 @@
<entry key='castel.port'>5086</entry>
<entry key='mxt.port'>5087</entry>
<entry key='cityeasy.port'>5088</entry>
+ <entry key='blackkite.port'>5091</entry>
</properties>