Add TAIP port

This commit is contained in:
Johannes Zellner
2022-09-08 18:20:54 +02:00
parent 19c6c630c5
commit a023246104
2 changed files with 9 additions and 1 deletions

View File

@@ -30,3 +30,6 @@
[1.0.1] [1.0.1]
* Add GPS103 port 5001 * Add GPS103 port 5001
[1.0.2]
* Add TAIP port 5031

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Modern GPS Tracking Platform", "tagline": "Modern GPS Tracking Platform",
"version": "1.0.1", "version": "1.0.2",
"upstreamVersion": "5.3", "upstreamVersion": "5.3",
"minBoxVersion": "7.1.0", "minBoxVersion": "7.1.0",
"memoryLimit": 1073741824, "memoryLimit": 1073741824,
@@ -42,6 +42,11 @@
"title": "GPS103 Protocol Port", "title": "GPS103 Protocol Port",
"description": "Port over which GPS103 clients can connect", "description": "Port over which GPS103 clients can connect",
"defaultValue": 5001 "defaultValue": 5001
},
"TAIP_PORT": {
"title": "TAIP Protocol Port",
"description": "Port over which TAIP clients can connect",
"defaultValue": 5031
} }
}, },
"website": "https://www.traccar.org", "website": "https://www.traccar.org",