mirror of
https://gitee.com/iBUILDING-X/driver-box.git
synced 2025-12-06 08:09:17 +08:00
master
Merge pull request !61 from 三刀/20251105_modbus_slave
DriverBox
Document
Install
- Download The Source Code
git clone https://gitee.com/iBUILDING-X/driver-box.git
- Load GO dependencies
cd driver-box
go mod vendor # 国内用户可以切换源:go env -w GOPROXY=https://goproxy.cn,direct
Run locally
- Open the main.go file
func main() {
driverbox.Start([]export.Export{&export.DefaultExport{}})
select {}
}
- Start the driver box
go run main.go
Participate and contribute
- Fork's own warehouse
- Create a new Feat_xxx branch
- Submit code
- Create a new Pull Request
Feedback
If you have any questions, please contact issues Quick feedback
Thank
Description
driver-box 是一款支持泛化协议接入的边缘网关框架, 以插件化的形式融合了 Modbus、Bacnet、HTTP、MQTT 等主流协议,同时也支持基于TCP的各类私有化协议对接。
Languages
Go
91.1%
MDX
7.4%
Lua
1%
JavaScript
0.2%
Shell
0.2%
Other
0.1%