summaryrefslogtreecommitdiff
path: root/mappers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove mappers from kubeedge/kubeedge repofisherxu2021-04-1455-5672/+1
| | | | Signed-off-by: fisherxu <xufei40@huawei.com>
* reuse device profile structure of kubeedge apiluogangyi2020-12-193-218/+20
|
* bluetooth updatesluogangyi2020-12-162-26/+125
|
* Merge pull request #2426 from sailorvii/opcuaKubeEdge Bot2020-12-141-1/+1
|\ | | | | Fix an issue that misuse the name of the modbus register.
| * Fix an issue that misuse the name of the modbus register.sailorvii2020-12-121-1/+1
| |
* | CI: fix panic and other existing issuesXiang Dai2020-12-0711-69/+19
|/ | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* Merge pull request #2349 from GsssC/fixKlogKubeEdge Bot2020-11-2313-13/+13
|\ | | | | upgrade klog@0.4.0 to klog/v2@2.2.0
| * upgrade klog@0.4.0 to klog/v2@2.2.0GsssC2020-11-2013-13/+13
| |
* | CI: switch amd64 tests to Github ActionXiang Dai2020-11-181-0/+0
|/ | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* Modbus mapper refactor (#2282)sailorvii2020-11-0525-0/+1871
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add modbus mapper. * Add modbus mapper. * Address comments. 1. Set client to each RTU port instead of each RTU device. 2. Add README 3. Refine the dockerfile * Refine device instance & model example files. * Fix verify and lint issues. * Address lint & verify issues. * Add license * Remove whitenoise * Fix error * Address lint errors * Refine as the Fisher's comment * Remove serial license * Add more license * Address conflict
* Merge pull request #2174 from jianping0222/masterKubeEdge Bot2020-09-211-4/+5
|\ | | | | documentation:Solve modubs_mapper configuration error
| * Solve modubs_mapper configuration errorjianping02222020-09-181-5/+6
| | | | | | The default configuration does not correspond to the field values, some field names are also wrong, and fields are missing, which causes mobus_mapper to fail to start normally
* | Merge pull request #1721 from daixiang0/enable-errcheckKubeEdge Bot2020-09-151-1/+3
|\ \ | | | | | | Lint: enable errcheck linter
| * | Lint: fix errcheck issueXiang Dai2020-09-081-1/+3
| | | | | | | | | | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* | | modify all protocol_config to protocolConfig in modbus mapperjidalong2020-09-082-5/+5
| | |
* | | fix deviceProfile json bugjidalong2020-09-081-1/+1
|/ /
* | BluetoothMapper: fix logic errorZYZ2020-08-311-2/+2
| |
* | Merge pull request #1940 from sailorvii/1824KubeEdge Bot2020-07-311-8/+8
|\ \ | | | | | | bugfix: Process of bluetooth mapper scheduler seems wrong
| * | Move the setting out of the rotation.sailorvii2020-07-311-5/+5
| | |
| * | Fix issue 1824sailorvii2020-07-171-3/+3
| | | | | | | | | | | | | | | The action in one schedule can be more than one. "actionExists" will always be true once it enters line 85, which is not expected. Morever, if one action cannot be found, other actions should be run.
* | | Docs: fix all dead linksXiang Dai2020-07-202-2/+2
| | | | | | | | | | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* | | Lint: check broken linksXiang Dai2020-07-172-2/+2
| | | | | | | | | | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* | | Bump lodash from 4.17.14 to 4.17.19 in /mappers/modbus_mapper/srcdependabot[bot]2020-07-161-3/+3
| | | | | | | | | | | | | | | | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
* | | Fix Modbus Mapper Metric Param Error.zongke2020-07-132-10/+17
|/ /
* | Lint: cleanup white noiseXiang Dai2020-06-047-15/+15
| | | | | | | | Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* | clean up spell issueXiang Dai2020-05-071-1/+1
| | | | | | | | Signed-off-by: Xiang Dai <764524258@qq.com>
* | support make bluetoothdevice and make bluetoothdevice_imagexzhangjie2020-02-181-9/+0
| | | | | | | | | | Signed-off-by: zhangjie <iamkadisi@163.com> Co-Authored-By: Kevin Wang <kevinwzf0126@gmail.com>
* | support make lintzhangjie2020-02-181-3/+0
| | | | | | | | Signed-off-by: zhangjie <iamkadisi@163.com>
* | "CMD" to "RUN" and "-" to "--"Xinchi Ji2019-11-261-2/+2
| | | | | | | | The `mkdir -p kubeedge` command should be `RUN` rather than `CMD` because it is not an "default entry command". The flag `logtostderr` should begin with `--` ranther than `-` because the module used "spf13/pflag".
* | bluetooth_mapper: use strings.EqualFold to compare stringGuangming Wang2019-09-195-12/+12
|/ | | | Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
* unifying other component logging library to klogzhangjie2019-08-163-19/+6
| | | | Signed-off-by: zhangjie <iamkadisi@163.com>
* unifying emappercomponent logging library to klogzhangjie2019-08-166-70/+74
| | | | Signed-off-by: zhangjie <iamkadisi@163.com>
* Merge pull request #947 from subpathdev/gomod-k8s-15KubeEdge Bot2019-08-091-1/+1
|\ | | | | Gomod k8s v1.15.1
| * remove dep tarvis stageJan Unterbrink2019-08-081-1/+1
| |
* | initialize OWNERS file for mappers and testsSiddharth Bhadri2019-08-082-0/+20
|/
* rename device dir to mappersfisherxu2019-07-2630-0/+3943