From f25272e9adf03c15f3755c892c52ddf0f1ecf77e Mon Sep 17 00:00:00 2001 From: wangwwno1 Date: Tue, 8 Dec 2020 14:44:27 +0800 Subject: [PATCH 1/2] Add default ApiServerPort setting to description --- docs/settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/settings.md b/docs/settings.md index f02e5dba35..480b9ac70d 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -37,6 +37,7 @@ Below are complete list of settings available along with their default values. I "ClockType": "", "ClockSpeed": 1, "LocalHostIp": "127.0.0.1", + "ApiServerPort": 41451, "RecordUIVisible": true, "LogMessagesVisible": true, "ViewMode": "", From fe2049856661ac9e8cf7d20175cce0a12def3fcf Mon Sep 17 00:00:00 2001 From: wangwwno1 Date: Fri, 11 Dec 2020 15:05:22 +0800 Subject: [PATCH 2/2] add descriptions about ApiServerPort --- docs/settings.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/settings.md b/docs/settings.md index 480b9ac70d..81037d50f3 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -405,6 +405,10 @@ be allowed to talk to each other, in which case the UDP messages from one networ So the LocalHostIp allows you to configure how you are reaching those machines. The default of 127.0.0.1 is not able to reach external machines, this default is only used when everything you are talking to is contained on a single PC. +### ApiServerPort +This setting determines the server port that used by airsim clients, default port is 41451. +By specifying different ports, the user can run multiple environments in parallel to accelerate data collection process. + ### SpeedUnitFactor Unit conversion factor for speed related to `m/s`, default is 1. Used in conjunction with SpeedUnitLabel. This may be only used for display purposes for example on-display speed when car is being driven. For example, to get speed in `miles/hr` use factor 2.23694.