三刀 9f1aa38eee !61 fix(crontab): prevent unnecessary reset when disabling future tasks
Merge pull request !61 from 三刀/20251105_modbus_slave
2025-11-20 05:56:27 +00:00
2025-02-14 17:29:17 +08:00
2024-11-28 10:15:51 +08:00
2024-12-20 10:13:40 +08:00
2023-07-24 19:08:59 +08:00
2025-07-29 10:59:21 +08:00
2025-07-29 10:59:21 +08:00
2023-03-21 06:21:15 +00:00
1
2024-09-27 09:12:57 +08:00
2025-11-13 01:39:55 +00:00

DriverBox

Document

Quick start

Install

  1. Download The Source Code
git clone https://gitee.com/iBUILDING-X/driver-box.git
  1. Load GO dependencies
cd driver-box
go mod vendor # 国内用户可以切换源go env -w GOPROXY=https://goproxy.cn,direct

Run locally

  1. Open the main.go file
func main() {
    driverbox.Start([]export.Export{&export.DefaultExport{}})
    select {}
}
  1. Start the driver box
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 Quick feedback

Thank

Description
driver-box 是一款支持泛化协议接入的边缘网关框架, 以插件化的形式融合了 Modbus、Bacnet、HTTP、MQTT 等主流协议,同时也支持基于TCP的各类私有化协议对接。
Readme Apache-2.0 4.1 MiB
Languages
Go 91.1%
MDX 7.4%
Lua 1%
JavaScript 0.2%
Shell 0.2%
Other 0.1%