Skip to content

driver-box 是一款支持泛化协议接入的边缘网关框架, 以插件化的形式融合了 Modbus、Bacnet、HTTP、MQTT 等主流协议,同时也支持基于TCP的各类私有化协议对接。

License

Notifications You must be signed in to change notification settings

ibuilding-X/driver-box

Repository files navigation

DriverBox

文档

快速开始

安装

  1. 下载源代码
git clone https://gitee.com/iBUILDING-X/driver-box.git
  1. 加载 go 依赖
cd driver-box
go mod vendor # 国内用户可以切换源:go env -w GOPROXY=https://goproxy.cn,direct

本地运行

  1. 打开 main.go 文件
func main() {
    driverbox.Start([]export.Export{&export.DefaultExport{}})
    select {}
}
  1. 启动 driver-box
go run main.go

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

反馈

如果您有任何问题,请通过 issues 快速反馈

致谢

About

driver-box 是一款支持泛化协议接入的边缘网关框架, 以插件化的形式融合了 Modbus、Bacnet、HTTP、MQTT 等主流协议,同时也支持基于TCP的各类私有化协议对接。

Resources

License

Stars

Watchers

Forks

Packages

No packages published