docs: 模拟器联调端口对齐 5001/5002

默认监听口与 appsettings 一致;启动日志按配置打印,脚本改为 Simple3。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
黄兆尉
2026-08-26 23:05:17 +08:00
co-authored by Cursor
parent e4a245e644
commit cb8009026a
3 changed files with 6 additions and 5 deletions
@@ -6,7 +6,7 @@ namespace StandardScene.Fass2Simulator
{
public ushort VehicleCode { get; set; } = 1;
public string VehicleListenAddress { get; set; } = "0.0.0.0";
public int VehicleListenPort { get; set; } = 5000;
public int VehicleListenPort { get; set; } = 5001;
public string SchedulerHost { get; set; } = "127.0.0.1";
public int SchedulerListenPort { get; set; } = 20103;
public int ReportIntervalMs { get; set; } = 200;