Files
StandardSence/StandardScene.Fass2Simulator/appsettings.json
T

26 lines
645 B
JSON
Raw Normal View History

2026-07-17 13:36:01 +08:00
{
"Fass2Simulator": {
"VehicleCode": 1,
"VehicleListenAddress": "0.0.0.0",
2026-08-14 09:49:23 +08:00
"VehicleListenPort": 5001,
2026-07-17 13:36:01 +08:00
"SchedulerHost": "127.0.0.1",
"SchedulerListenPort": 20103,
"ReportIntervalMs": 200,
"InitialNode": 1,
2026-08-14 09:49:23 +08:00
"InitialState": 1,
2026-07-17 13:36:01 +08:00
"BatteryCharge": 100,
"CarLength": 1200,
"CarWidth": 800,
"LogRawFrames": false,
"DefaultSpeed": 500,
"DefaultSegmentDistance": 1000,
"SecondsPerSegment": 2,
"AutoContinueOnPass": true,
"ActionDelayMs": 1000,
"AutoCompleteStationActions": false,
"NodeProfilesPath": "sim-nodes.json",
"EnableFileLog": true,
2026-08-24 14:55:35 +08:00
"LogDirectory": "log"
2026-07-17 13:36:01 +08:00
}
}