From 6d94212d9598e8f4c528ec46e77bb97107b1a5f7 Mon Sep 17 00:00:00 2001 From: hzhhistory <445767841@qq.com> Date: Wed, 26 Mar 2025 02:41:22 +0000 Subject: [PATCH] =?UTF-8?q?update=20=E5=A6=82=E4=BD=95=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E4=B8=80=E4=B8=AAASDK=E6=8F=92=E4=BB=B6.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hzhhistory <445767841@qq.com> --- ...44\270\252ASDK\346\217\222\344\273\266.md" | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git "a/\345\246\202\344\275\225\345\274\200\345\217\221\344\270\200\344\270\252ASDK\346\217\222\344\273\266.md" "b/\345\246\202\344\275\225\345\274\200\345\217\221\344\270\200\344\270\252ASDK\346\217\222\344\273\266.md" index eba5f21..ae23160 100644 --- "a/\345\246\202\344\275\225\345\274\200\345\217\221\344\270\200\344\270\252ASDK\346\217\222\344\273\266.md" +++ "b/\345\246\202\344\275\225\345\274\200\345\217\221\344\270\200\344\270\252ASDK\346\217\222\344\273\266.md" @@ -26,8 +26,10 @@ ASDKCore -c config.json -a 1 -d 1 ``` - 运行结果 - ```bash - 11 + + +``` + 11 ================================================================== Load ASDK Plugins ================================================================== @@ -50,7 +52,9 @@ Received:reader;index:1 Received:sender;index:2 Received:reader;index:2 - ``` +``` + + 与上述输出相同则表示环境部署成功。 在仓库的`examplePlugin`路径下包含这个简要的插件例程,它实现了间隔500ms发送一个数据报文;另一端接收并打印接收到信息至控制台,可参考该例程实现用户插件。 @@ -407,8 +411,9 @@ ASDKCore -c config.json -a 1 -d 1 ``` 将得到如下的运行结果 - ```bash - 11 + +``` +11 ================================================================== Load ASDK Plugins ================================================================== @@ -438,5 +443,7 @@ newPlugin received: sender; index: 1 newPlugin sent: reader; index: 1 newPlugin received: reader; index: 1 - ``` +``` + + 可以根据需要添加更多的插件实例和接入点配置,以实现复杂的通信拓扑。 -- Gitee