15 lines
1.0 KiB
JSON
15 lines
1.0 KiB
JSON
{
|
||
"comment": "应用线程启动配置 — 修改 enable 字段控制线程是否启动",
|
||
"apps": [
|
||
{"name": "app_sys", "enable": true, "comment": "系统应用(数据中心,必须启用)"},
|
||
{"name": "app_cmd", "enable": true, "comment": "命令行应用(SSH终端交互)"},
|
||
{"name": "app_web_server", "enable": true, "comment": "Web 服务器(HTTP/WS,端口8000)"},
|
||
{"name": "app_com_decode", "enable": false, "comment": "通讯编解码应用(串口/TCP收发)"},
|
||
{"name": "app_iec", "enable": false, "comment": "IEC 101/104 协议应用"},
|
||
{"name": "app_self_ptl", "enable": false, "comment": "ICP67 私有规约应用"},
|
||
{"name": "app_iec61850m", "enable": false, "comment": "IEC 61850 MMS 客户端"},
|
||
{"name": "app_iec61850s", "enable": false, "comment": "IEC 61850 MMS 服务端"},
|
||
{"name": "app_modbus_m", "enable": true, "comment": "Modbus 主站(TCP/RTU 多通道)"}
|
||
]
|
||
}
|