-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Chinese readme document #104
Conversation
Welcome @JiaweiGithub! It looks like this is your first PR to kubeedge/mappers-go 🎉 |
Signed-off-by: jiawei <jiawei.liu@daocloud.io>
KubeEdge Device Mappers是用go编写的,适用于KubeEdge 1.4或更高版本。 | ||
|
||
## 快速上手 | ||
如果想把边缘设备连接到kubeedge,可以创建和编写mapper来实现。现提供了两种方式,"mappers"和"mapper-sdk-go"。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“创建和编写”可以优化为“编写和部署”
如果想把边缘设备连接到kubeedge,可以创建和编写mapper来实现。现提供了两种方式,"mappers"和"mapper-sdk-go"。 | ||
|
||
### mappers | ||
Mappers实现了modbus、蓝牙、onvif和opcua。如果想将设备通过这些协议连接到kubeedge,可以在[mappers](./mappers)中找到示例。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里可以说明一下,当前社区实现了“modbus、蓝牙、onvif和opcua”等几种协议,用户也可以自己开发其他协议的mapper
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fisherxu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: jiawei jiawei.liu@daocloud.io