# driver-box **Repository Path**: x-studio-wangqu/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**: 195 - **Created**: 2025-09-14 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DriverBox ## Document [Quick start](https://ibuilding-x.github.io/driver-box/) ## Install 1. Download The Source Code ```bash git clone https://gitee.com/iBUILDING-X/driver-box.git ``` 2. Load GO dependencies ```bash cd driver-box go mod vendor # 国内用户可以切换源:go env -w GOPROXY=https://goproxy.cn,direct ``` ## Run locally 1. Open the main.go file ```go func main() { driverbox.Start([]export.Export{&export.DefaultExport{}}) select {} } ``` 2. Start the driver box ```bash go run main.go ``` ## Participate and contribute 1. Fork's own warehouse 2. Create a new Feat_xxx branch 3. Submit code 4. Create a new Pull Request ## Feedback If you have any questions, please contact [issues](https://gitee.com/iBUILDING-X/driver-box/issues) Quick feedback ## Thank - [EdgeX Foundry](https://www.edgexfoundry.org/)