Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit c8b4e79

Browse files
committed
移除645协议,闭源
1 parent 1abe607 commit c8b4e79

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# iot-gateway
22
物联大师网关
33

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+
49

510
## 协议支持
611

712
- [x] Modbus协议
813
- [x] [IP摄像头](https://github.com/iot-master-contrib/camera)
914
- [x] [西门子 S7 PLC](https://github.com/iot-master-contrib/s7)
1015
- [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)
1217
- [ ] CJ/T188-2004、2018 户用计量仪表数据传输技术条件
1318
- [x] DL/T645-1997、2007 多功能电表通讯规约
1419
- [ ] DL/T698.45-2017

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"embed"
5-
_ "git.zgwit.com/gateway/dlt645"
5+
//_ "git.zgwit.com/gateway/dlt645"
66
"github.com/god-jason/bucket/boot"
77
"github.com/god-jason/bucket/pkg/service"
88
"github.com/god-jason/bucket/web"

0 commit comments

Comments
 (0)