This article was submitted by netizens, and more friends are welcome to share.
Author: Diego
Warehouse address: gitee.com/diego2098/ThingsGateway

![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
introduced
Cross-platform edge collection gateway based on Net6/7+Blazor Server, supporting north-south plug-in development
feature highlights
- Blazor Server architecture makes development and deployment easier
- Collection/upload configuration fully supports Excel import and export
- Plug-in driver makes it convenient to drive secondary development
- Time series database storage
- Real-time/historical alarms (Sql dump), supporting Boolean/high-low limits
Framework dependence
- Furion
- SqlSugar
- Masa.Blazor
- TouchSocket
- ......
presentation address
Default account password: superAdmin 111111
Collection plug-in
Support subcontracting resolution/subscription
- Modbus(Rtu/Tcp/Udp)
- OPCDAClient (supports importing nodes)
- OPCUAClient (supports importing nodes)
- Siemens S7 Agreement
Upload plugin
Support Rpc writing
- Modbus Server
- OPCUA Server (supports historical query)
- Mqtt Server (supports custom json)
- Mqtt Client (supports custom json)
- IotSharp Client (IotSharp Gateway Plug-in, Rpc to be tested)
Rpc is not supported
- RabbitMQ (supports custom json)
- Kafka
nuget
The Gateway Project also provides the basic communication library NuGet package
- Modbus library, supporting ModbusTcp, ModbusRtu, ModbusRtuOverTcp, ModbusUdp, ModbusServer, etc.
dotnet add package ThingsGateway.Foundation.Adapter.Modbus
- OPCDA client library, supporting X64, supporting NetCore, supporting detection and reconnection
dotnet add package ThingsGateway.Foundation.Adapter.OPCDA
- OPCUA client library
dotnet add package ThingsGateway.Foundation.Adapter.OPCUA
- S7 library
dotnet add package ThingsGateway.Foundation.Adapter.Siemens
renderings









example
Take ModbusTcp collection and Mqtt forwarding as an example
document
使用前请查看Gitee Pages 文档站点
supplementary note
- Please follow the OPC Foundation's authorization rules when using OPC related plug-ins
- 使用OPCDA插件时,需安装OPC核心库,文件地址
open source protocol
请仔细阅读授权协议 Apache License 2.0
contact the author
- QQ group: 605534569
- Email: 2248356998@qq.com