mirror of https://gitee.com/openkylin/genmai.git
update docs/架构设计/逻辑视图设计.md.
Signed-off-by: xujian <xujian@kylinos.cn>
This commit is contained in:
parent
31718defc3
commit
713ab0cc52
|
@ -435,7 +435,10 @@ type event_msg struct {
|
|||
}
|
||||
|
||||
```
|
||||
## 验证demo原型仓库
|
||||
git@gitee.com:kylin-xujian/wails_demo.git dev分支
|
||||
|
||||
|
||||
## 替代通信方案设想:使用dbus rpc通信方式实现远程通信(待验证)
|
||||
1. 被测主机,通过安装genmai server端软件包,注册section dbus远程通信服务
|
||||
2. genmai client界面操作,触发远程debus调用,拉起被测主机端genmai服务,并进行漏洞扫描
|
||||
|
|
Loading…
Reference in New Issue