kubeedge / mappers-go

KubeEdge Device Mappers written in go
Apache License 2.0
45 stars 64 forks source link

Add v1beta1 Modbus mapper #113

Open wbc6080 opened 10 months ago

wbc6080 commented 10 months ago

Modbus mapper based on v1beta1 version device api generated using mapper-framework

kubeedge-bot commented 10 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please assign kevin-wangzefeng after the PR has been reviewed. You can assign the PR to them by writing /assign @kevin-wangzefeng in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/kubeedge/mappers-go/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
luchaoshi45 commented 2 months ago

Thank you very much for your work. I have kcloude (192.168.1.200) and kedge1 (192.168.1.201). I want to know how to debug my mapper because I can't guarantee that every line of code is correct. For example, I use kubedege1.17, and I want to generate a mapper for LED lights. Should I clone kubeedge 1.17 to kedge1 and then use make template to generate a template, add relevant files, and then use Goland to debug my code. Is it impossible to debug in kcloude, only deploy? The code I used is https://github.com/kubeedge/kubeedge/tree/release-1.17/staging/src/github.com/kubeedge/mapper-framework