This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Commit c8b4e79 1 parent 1abe607 commit c8b4e79 Copy full SHA for c8b4e79
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# iot-gateway
2
2
物联大师网关
3
3
4
+ [ ![ Go] ( https://github.com/zgwit/iot-gateway/actions/workflows/go.yml/badge.svg )] ( https://github.com/zgwit/iot-gateway/actions/workflows/go.yml )
5
+ [ ![ Go] ( https://github.com/zgwit/iot-gateway/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/zgwit/iot-gateway/actions/workflows/codeql-analysis.yml )
6
+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/zgwit/iot-gateway.svg )] ( https://pkg.go.dev/github.com/zgwit/iot-gateway )
7
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/zgwit/iot-gateway )] ( https://goreportcard.com/report/github.com/zgwit/iot-gateway )
8
+
4
9
5
10
## 协议支持
6
11
7
12
- [x] Modbus协议
8
13
- [x] [ IP摄像头] ( https://github.com/iot-master-contrib/camera )
9
14
- [x] [ 西门子 S7 PLC] ( https://github.com/iot-master-contrib/s7 )
10
15
- [x] [ 三菱 PLC] ( https://github.com/iot-master-contrib/melsec )
11
- - [x] [ 欧姆龙 PLC] ( https://github.com/iot-master -contrib/fins )
16
+ - [x] [ 欧姆龙 PLC] ( https://github.com/iot-gateway -contrib/fins )
12
17
- [ ] CJ/T188-2004、2018 户用计量仪表数据传输技术条件
13
18
- [x] DL/T645-1997、2007 多功能电表通讯规约
14
19
- [ ] DL/T698.45-2017
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package main
2
2
3
3
import (
4
4
"embed"
5
- _ "git.zgwit.com/gateway/dlt645"
5
+ // _ "git.zgwit.com/gateway/dlt645"
6
6
"github.com/god-jason/bucket/boot"
7
7
"github.com/god-jason/bucket/pkg/service"
8
8
"github.com/god-jason/bucket/web"
You can’t perform that action at this time.
0 commit comments