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 eba5f21687d9e08f8a952733d38e57c8e6c6a733..ae23160cc09414bd0ba53cf887cae8a2e9806941 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 - ``` +``` + + 可以根据需要添加更多的插件实例和接入点配置,以实现复杂的通信拓扑。