summaryrefslogtreecommitdiff
path: root/mappers (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove mappers from kubeedge/kubeedge repo•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-04-1455-5672/+1
* reuse device profile structure of kubeedge apiluogangyi2020-12-193-218/+20
* bluetooth updatesluogangyi2020-12-162-26/+125
* Merge pull request #2426 from sailorvii/opcua•••Fix an issue that misuse the name of the modbus register.KubeEdge Bot2020-12-141-1/+1
|\
| * Fix an issue that misuse the name of the modbus register.sailorvii2020-12-121-1/+1
* | CI: fix panic and other existing issues•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-12-0711-69/+19
|/
* Merge pull request #2349 from GsssC/fixKlog•••upgrade klog@0.4.0 to klog/v2@2.2.0KubeEdge Bot2020-11-2313-13/+13
|\
| * upgrade klog@0.4.0 to klog/v2@2.2.0GsssC2020-11-2013-13/+13
* | CI: switch amd64 tests to Github Action•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-11-181-0/+0
|/
* Modbus mapper refactor (#2282)•••* 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 conflictsailorvii2020-11-0525-0/+1871
* Merge pull request #2174 from jianping0222/master••• documentation:Solve modubs_mapper configuration errorKubeEdge Bot2020-09-211-4/+5
|\
| * Solve modubs_mapper configuration error•••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 normallyjianping02222020-09-181-5/+6
* | Merge pull request #1721 from daixiang0/enable-errcheck•••Lint: enable errcheck linterKubeEdge Bot2020-09-151-1/+3
|\ \
| * | Lint: fix errcheck issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-09-081-1/+3
* | | 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/1824•••bugfix: Process of bluetooth mapper scheduler seems wrong KubeEdge Bot2020-07-311-8/+8
|\ \
| * | Move the setting out of the rotation.sailorvii2020-07-311-5/+5
| * | Fix issue 1824•••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. sailorvii2020-07-171-3/+3
* | | Docs: fix all dead links•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-07-202-2/+2
* | | Lint: check broken links•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-07-172-2/+2
* | | Bump lodash from 4.17.14 to 4.17.19 in /mappers/modbus_mapper/src•••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>dependabot[bot]2020-07-161-3/+3
* | | Fix Modbus Mapper Metric Param Error.zongke2020-07-132-10/+17
|/ /
* | Lint: cleanup white noise•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-06-047-15/+15
* | clean up spell issue•••Signed-off-by: Xiang Dai <764524258@qq.com> Xiang Dai2020-05-071-1/+1
* | support make bluetoothdevice and make bluetoothdevice_imagex•••Signed-off-by: zhangjie <iamkadisi@163.com> Co-Authored-By: Kevin Wang <kevinwzf0126@gmail.com> zhangjie2020-02-181-9/+0
* | support make lint•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-3/+0
* | "CMD" to "RUN" and "-" to "--"•••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".Xinchi Ji2019-11-261-2/+2
* | bluetooth_mapper: use strings.EqualFold to compare string•••Signed-off-by: Guangming Wang <guangming.wang@daocloud.io> Guangming Wang2019-09-195-12/+12
|/
* unifying other component logging library to klog•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-08-163-19/+6
* unifying emappercomponent logging library to klog•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-08-166-70/+74
* Merge pull request #947 from subpathdev/gomod-k8s-15•••Gomod k8s v1.15.1KubeEdge Bot2019-08-091-1/+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