55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"airport": {
|
|
"name": "青岛胶东国际机场",
|
|
"iata": "TAO",
|
|
"icao": "ZSQD",
|
|
"reference_point": {
|
|
"latitude": 36.361999,
|
|
"longitude": 120.088003
|
|
}
|
|
},
|
|
"data_source": {
|
|
"host": "localhost",
|
|
"port": 8081,
|
|
"aircraft_path": "/api/getCurrentFlightPositions",
|
|
"vehicle_path": "/api/getCurrentVehiclePositions",
|
|
"traffic_light_path": "/api/getTrafficLightSignals",
|
|
"refresh_interval_ms": 1000,
|
|
"timeout_ms": 5000,
|
|
"read_timeout_ms": 2000
|
|
},
|
|
"warning": {
|
|
"warning_interval_ms": 1000,
|
|
"log_interval_ms": 3000
|
|
},
|
|
"websocket": {
|
|
"port": 8010,
|
|
"max_connections": 100,
|
|
"ping_interval_ms": 30000,
|
|
"position_update": {
|
|
"aircraft_interval_ms": 300,
|
|
"vehicle_interval_ms": 500,
|
|
"traffic_light_interval_ms": 1000
|
|
}
|
|
},
|
|
"collision_detection": {
|
|
"update_interval_ms": 200,
|
|
"prediction": {
|
|
"time_window": 20.0,
|
|
"vehicle_size": 20.0,
|
|
"aircraft_size": 60.0
|
|
}
|
|
},
|
|
"logging": {
|
|
"level": "debug",
|
|
"file": "logs/system.log",
|
|
"max_size_mb": 10,
|
|
"max_files": 5,
|
|
"console_output": true
|
|
},
|
|
"debug": {
|
|
"enable_mock_data": false,
|
|
"save_raw_data": false,
|
|
"profile_performance": false
|
|
}
|
|
} |