Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
19c6c630c5 | ||
|
4c58a95a73 |
@@ -26,3 +26,7 @@
|
|||||||
[1.0.0]
|
[1.0.0]
|
||||||
* First stable release
|
* First stable release
|
||||||
* Add support for gl200 protocol port 5004
|
* Add support for gl200 protocol port 5004
|
||||||
|
|
||||||
|
[1.0.1]
|
||||||
|
* Add GPS103 port 5001
|
||||||
|
|
||||||
|
@@ -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.0",
|
"version": "1.0.1",
|
||||||
"upstreamVersion": "5.3",
|
"upstreamVersion": "5.3",
|
||||||
"minBoxVersion": "7.1.0",
|
"minBoxVersion": "7.1.0",
|
||||||
"memoryLimit": 1073741824,
|
"memoryLimit": 1073741824,
|
||||||
@@ -37,6 +37,11 @@
|
|||||||
"title": "GL200 Protocol Port",
|
"title": "GL200 Protocol Port",
|
||||||
"description": "Port over which GL200 clients can connect",
|
"description": "Port over which GL200 clients can connect",
|
||||||
"defaultValue": 5004
|
"defaultValue": 5004
|
||||||
|
},
|
||||||
|
"GPS103_PORT": {
|
||||||
|
"title": "GPS103 Protocol Port",
|
||||||
|
"description": "Port over which GPS103 clients can connect",
|
||||||
|
"defaultValue": 5001
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"website": "https://www.traccar.org",
|
"website": "https://www.traccar.org",
|
||||||
|
Reference in New Issue
Block a user