2023-03-04 18:41:11 +08:00
|
|
|
|
<div align="center"><h1 align="center">ThingsGateway</a></h1></div>
|
|
|
|
|
|
<div align="center"><h3 align="center">边缘采集网关</h3></div>
|
|
|
|
|
|
|
|
|
|
|
|
#### 介绍
|
|
|
|
|
|
|
|
|
|
|
|
基于[ThingsBlazor](https://gitee.com/diego2098/ThingsBlazor)权限管理框架开发的跨平台边缘采集网关,支持南北端插件式开发,
|
|
|
|
|
|
动态更新插件,
|
|
|
|
|
|
并拥有较完善的北端Rpc权限管理。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 功能亮点
|
|
|
|
|
|
|
|
|
|
|
|
- Blazor Server架构,开发部署更简单
|
|
|
|
|
|
- 支持时序数据库存储
|
|
|
|
|
|
- 实时/历史报警(Sql转储),支持布尔/高低限值
|
|
|
|
|
|
- Modbus 、OPC 采集插件
|
|
|
|
|
|
- Modbus Server、Mqtt Server(Client)、OPC UAServer插件,支持Rpc写入,支持WebApi
|
|
|
|
|
|
- 采集/上传配置完全支持Excel导入导出
|
|
|
|
|
|
- 插件式驱动,方便驱动二次开发,并支持动态更新
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 效果图
|
|
|
|
|
|
<table>
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
<td><img src="https://gitee.com/diego2098/ThingsGateway/raw/master/Image/1.png"/></td>
|
|
|
|
|
|
<td><img src="https://gitee.com/diego2098/ThingsGateway/raw/master/Image/2.png"/></td>
|
|
|
|
|
|
<td><img src="https://gitee.com/diego2098/ThingsGateway/raw/master/Image/3.png"/></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
<td><img src="https://gitee.com/diego2098/ThingsGateway/raw/master/Image/4.png"/></td>
|
|
|
|
|
|
<td><img src="https://gitee.com/diego2098/ThingsGateway/raw/master/Image/5.png"/></td>
|
|
|
|
|
|
<td><img src="https://gitee.com/diego2098/ThingsGateway/raw/master/Image/6.png"/></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
<td><img src="https://gitee.com/diego2098/ThingsGateway/raw/master/Image/7.png"/></td>
|
|
|
|
|
|
<td><img src="https://gitee.com/diego2098/ThingsGateway/raw/master/Image/8.png"/></td>
|
|
|
|
|
|
<td><img src="https://gitee.com/diego2098/ThingsGateway/raw/master/Image/9.png"/></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 文档
|
|
|
|
|
|
|
|
|
|
|
|
请查看Gitee Pages站点 https://diego2098.gitee.io/thingsgateway/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 补充说明
|
|
|
|
|
|
* OPCUAServer插件需联系OPC基金会进行授权
|
|
|
|
|
|
|
2023-03-04 19:12:51 +08:00
|
|
|
|
|
|
|
|
|
|
#### 开源协议
|
|
|
|
|
|
|
|
|
|
|
|
Apache License 2.0为基础,以下为附加协议
|
|
|
|
|
|
|
|
|
|
|
|
**个人使用须知**
|
|
|
|
|
|
|
|
|
|
|
|
- 不得将程序集用作违法犯罪活动。
|
|
|
|
|
|
- 不得将程序集单独包装售卖,申请专利等。
|
|
|
|
|
|
- 不得擦除程序集所有有关作者的信息。
|
|
|
|
|
|
|
|
|
|
|
|
**二次开发须知**
|
|
|
|
|
|
|
|
|
|
|
|
- 不得将程序集用作违法犯罪活动。
|
|
|
|
|
|
- 不得将程序集单独包装售卖,申请专利等。
|
|
|
|
|
|
- 不得擦除程序集所有有关作者的信息。
|
|
|
|
|
|
- 二次开发完成后的作品必须附带源作品所有作者信息,包括但不限于作者名、Gitee、Github 地址等。
|
|
|
|
|
|
- **完成后**的作品(仅 ThingsGateway 部分)必须将发布时最新源代码提交一份给本作者,QQ 邮箱:2248356998@qq.com。
|
|
|
|
|
|
|
|
|
|
|
|
**盈利性(商业)用途使用须知**
|
|
|
|
|
|
|
|
|
|
|
|
- 不得将程序集用作违法犯罪活动。
|
|
|
|
|
|
- 不得将程序集单独包装售卖,申请专利等。
|
|
|
|
|
|
- **不得擦除程序集所有有关作者的信息,并必须于用户可见界面(如关于)中提名。**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-03-04 18:41:11 +08:00
|
|
|
|
#### 支持作者
|
|
|
|
|
|
如果对您有帮助,请点击右上角⭐Star关注或扫码捐赠,感谢支持开源!
|
|
|
|
|
|
<table>
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
<td><img height=150 src="https://gitee.com/diego2098/ThingsGateway/raw/master/Image/pay.png"/></td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 联系作者
|
|
|
|
|
|
* QQ群:605534569
|
2023-03-04 19:12:51 +08:00
|
|
|
|
* 邮箱:2248356998@qq.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**在使用 ThingsGateway 之前请进行缜密的测试。在使用期间,由本程序集造成或间接造成的所有损失,均自己承担,与本程序集无关。**
|