Files
ECAP_Server/config/x86_linux/config.json
T
2026-06-16 11:18:22 +08:00

175 lines
4.2 KiB
JSON

{
"version": "v1.0.0",
"dsp": {
"url": "0.0.0.0",
"port": 6000,
"center_freq": 800000,
"band_width": 6000,
"sample_rate": 7500,
"fft_point_number": 1024,
"fft_period_ms": 50,
"fft_win_type": "blkmc",
"library_path": "@/libdll_source.so",
"filename_prefix": "ECAP_",
"filename_suffix": ".dat",
"power_min": -200,
"power_max": 200,
"power_offset": -166,
"frame_rate": 30,
"debug": false
},
"drogon": {
"app": {
"threads_num": 0
}
},
"mlat": {
"enable": false,
"merge": false,
"library_path": "@/mlat_source.dll",
"function_name": "read"
},
"web_server": {
"webapp": "@/wwwroot",
"tiles": "@/tiles"
},
"device": {
"net": [
{
"key": "device",
"ip": "192.168.1.75",
"netmask": "255.255.255.0",
"gateway": "192.168.1.1",
"port": 9081
},
{
"key": "wifi",
"ip": "192.168.10.193",
"netmask": "255.255.255.0",
"gateway": "192.168.10.1",
"port": 80
}
]
},
"mode_acs": {
"timeout_seconds": 60,
"read_milliseconds": 100,
"mode_s_max_num": 700000,
"mode_other_max_num": 10000,
"report_data_feed_msg_mum": 10000,
"monitor_msg_live": false,
"data_feed": {
"empty_wait_milliseconds": 10,
"packet_byte_size": 1,
"list": [
{
"key": "Port_10003",
"enable": true,
"type": "Data_Feed_TCP_Server",
"output_format": {
"type": "BIN",
"use_status": true,
"mode_s_output_type": "ALL_Mode_S",
"use_mode_ac": true
},
"port": 10003
},
{
"key": "Port_10004",
"enable": false,
"type": "Data_Feed_TCP_Server",
"output_format": {
"type": "BIN",
"use_status": false,
"mode_s_output_type": "DF_11_17_18",
"use_mode_ac": false
},
"url": "0.0.0.0",
"port": 10004
},
{
"key": "Port_10005",
"enable": false,
"type": "Data_Feed_TCP_Client",
"output_format": {
"type": "BIN",
"use_status": true,
"mode_s_output_type": "NO_POS_Mode_S",
"use_mode_ac": false
},
"url": "192.168.208.153",
"port": 10005
},
{
"key": "Port_30003",
"enable": false,
"type": "Data_Feed_TCP_Server",
"output_format": {
"type": "SBS",
"use_status": false,
"mode_s_output_type": "ALL_Mode_S",
"use_mode_ac": true
},
"port": 30003
}
]
},
"data_source": {
"list": [
{
"key": "dll",
"enable": true,
"base_station_show": true,
"aircraft_show": true,
"color": "#6c5552fa",
"aircraft_pixel_size": 34,
"lat": 37.510269,
"lon": 121.439950,
"alt": 1000.000000,
"update_form_gps": false,
"type": "Dll_Data_Source",
"library_path": "@/libdll_source.so",
"function_name": "adsb_read",
"data_type": "BIN_Blank"
},
{
"key": "binary_data48__2025-01-06.222333",
"enable": false,
"base_station_show": true,
"aircraft_show": true,
"color": "#4e545c",
"aircraft_pixel_size": 38,
"lat": 37.510269,
"lon": 121.439950,
"alt": 1000.000000,
"update_form_gps": false,
"type": "File_Data_Source",
"file_path": "C:\\wyc\\CLionProjects\\plantSunCat\\mainProjects\\Radarcape\\data\\BIN\\binary_data48__2025-01-06.2.log",
"data_type": "BIN",
"play_mode": "analysis"
}
]
},
"source_feed_relation": {
"list": [
{
"key": "key_10003",
"enable": true,
"type": "First_Source_To_All_Feed_Relation"
}
]
}
},
"log": {
"open_mode": "Delete",
"piece_num": 10,
"size_MB": 10
},
"console": {
"record_playback": false,
"mode_s_console": false,
"post_request": false,
"mlat_server": true
}
}