# driver-box **Repository Path**: baichen9187/driver-box ## Basic Information - **Project Name**: driver-box - **Description**: driver-box 是一款支持泛化协议接入的边缘网关框架, 以插件化的形式融合了 Modbus、Bacnet、HTTP、MQTT 等主流协议,同时也支持基于TCP的各类私有化协议对接。 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://ibuilding-x.github.io/driver-box/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 190 - **Created**: 2024-08-09 - **Last Updated**: 2024-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DriverBox ## 文档 [快速开始](https://ibuilding-x.gitee.io/driver-box/quick_start/) ## 安装 1. 下载源代码 ```bash git clone https://gitee.com/iBUILDING-X/driver-box.git ``` 2. 加载 go 依赖 ```bash cd driver-box go mod vendor # 国内用户可以切换源:go env -w GOPROXY=https://goproxy.cn,direct ``` ## 本地运行 1. 打开 main.go 文件 ```go func main() { driverbox.Start([]export.Export{&export.DefaultExport{}}) select {} } ``` 2. 启动 driver-box ```bash go run main.go ``` ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request ## 反馈 如果您有任何问题,请通过 [issues](https://gitee.com/iBUILDING-X/driver-box/issues) 快速反馈 ## 致谢 - [EdgeX Foundry](https://www.edgexfoundry.org/)