Skip to main content

整体介绍

介绍

大家好,这是一个依照腾讯云物联网平台打造的,完全一致的物模型,协议格式,可以无缝迁移,基于go-zero框架,目前支持mqtt协议, 支持数据模板检验,日志记录,数据流转,实时数据反馈,低代码数据流转,用户及设备互联互通.使用了kafka,redis,mysql,MongoDB,etcd开源框架.
gitee地址:https://gitee.com/go-things/things
github地址:https://github.com/go-things/things
我的微信:17052709767
欢迎大家的加入
微信二维码

仓库说明

gothings分为:

  1. things主体(https://github.com/go-things/things):物联网的核心服务都在这个仓库中
  2. things管理后台前后端(https://github.com/go-things/admin):负责后台的管理,通过http接口和things主体进行通讯
  3. mqtt服务器(https://github.com/go-things/things-mqtt):目前由开源hmq fork修改而来,同时也支持开源的emq来作为mqtt服务器

参与贡献

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