ThingsGateway.Foundation 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ThingsGateway.Foundation --version 1.2.1
NuGet\Install-Package ThingsGateway.Foundation -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ThingsGateway.Foundation" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ThingsGateway.Foundation --version 1.2.1
#r "nuget: ThingsGateway.Foundation, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ThingsGateway.Foundation as a Cake Addin
#addin nuget:?package=ThingsGateway.Foundation&version=1.2.1

// Install ThingsGateway.Foundation as a Cake Tool
#tool nuget:?package=ThingsGateway.Foundation&version=1.2.1

<div align="center"><h1 align="center">ThingsGateway</a></h1></div> <div align="center"><h3 align="center">边缘采集网关</h3></div>

介绍

基于Net6/7+Blazor Server的跨平台边缘采集网关,支持南北端插件式开发, 动态更新插件,并拥有较完善的北端Rpc权限管理。

功能亮点
  • Blazor Server架构,开发部署更简单
  • 采集/上传配置完全支持Excel导入导出
  • 插件式驱动,方便驱动二次开发,并支持动态更新
  • 支持时序数据库存储
  • 实时/历史报警(Sql转储),支持布尔/高低限值
社区版采集插件

支持分包解析/订阅

  • Modbus(Rtu/Tcp/Udp)
  • OPCDAClient(支持导入节点)
  • OPCUAClient(支持导入节点)
  • 西门子S7协议
社区版上传插件

支持Rpc写入

  • Modbus Server
  • OPCUA Server (支持历史查询)
  • Mqtt Server (支持自定义json)
  • Mqtt Client (支持自定义json)

不支持Rpc

  • RabbitMQ (支持自定义json)
nuget
  • Modbus库,支持ModbusTcp、ModbusRtu、ModbusRtuOverTcp、ModbusUdp、ModbusServer等
 dotnet add package ThingsGateway.Foundation.Adapter.Modbus
  • OPCDA客户端库,支持X64,支持NetCore,支持检测重连
 dotnet add package ThingsGateway.Foundation.Adapter.OPCDA
  • OPCUA客户端库
 dotnet add package ThingsGateway.Foundation.Adapter.OPCUA
  • S7库
 dotnet add package ThingsGateway.Foundation.Adapter.Siemens
效果图

<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 文档站点

特别鸣谢
补充说明
  • 使用OPC相关插件时请遵循OPC基金会的授权规则
  • 使用OPCDA插件时,需安装OPC核心库,文件地址
开源协议

请仔细阅读 授权协议

支持作者

如果对您有帮助,请点击右上角⭐Star关注,感谢支持开源!

若希望捐赠项目,请点击查看捐赠码或使用Gitee捐赠功能

联系作者
  • QQ群:605534569
  • 邮箱:2248356998@qq.com
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on ThingsGateway.Foundation:

Package Downloads
ThingsGateway.Foundation.Adapter.Modbus

ThingsGateway.Foundation是工业设备通讯类库,归属于ThingsGateway边缘网关项目,说明文档:https://diego2098.gitee.io/thingsgateway-docs/

ThingsGateway.Foundation.Adapter.Siemens

ThingsGateway.Foundation是工业设备通讯类库,归属于ThingsGateway边缘网关项目,说明文档:https://diego2098.gitee.io/thingsgateway-docs/

ThingsGateway.Foundation.Modbus

工业设备通讯协议-Modbus协议

ThingsGateway.Foundation.Dlt645

工业设备通讯协议-Dlt645协议

ThingsGateway.Foundation.SiemensS7

工业设备通讯协议-西门子S7协议

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0.13 190 5/4/2024
6.0.0.13-beta02 150 4/29/2024
6.0.0.12 180 4/28/2024
6.0.0.11 199 4/26/2024
6.0.0.10 187 4/26/2024
6.0.0.9 199 4/25/2024
6.0.0.8 202 4/25/2024
6.0.0.7 185 4/23/2024
6.0.0.6 192 4/23/2024
6.0.0.5 193 4/23/2024
6.0.0.4 171 4/22/2024
6.0.0.3 163 4/22/2024
6.0.0.2 248 4/22/2024
5.0.4.4 174 4/15/2024
5.0.4.3 177 4/14/2024
5.0.4.2 121 4/8/2024
5.0.4.1 186 4/1/2024
5.0.4 133 3/29/2024
5.0.3.10 165 3/27/2024
5.0.3.9 147 3/25/2024
5.0.3.8 184 3/15/2024
5.0.3.7 185 3/13/2024
5.0.3.6 156 3/11/2024
5.0.3.5 189 3/10/2024
5.0.3.4 177 3/10/2024
5.0.3.3 173 3/10/2024
5.0.3.1 200 3/9/2024
5.0.3 191 3/9/2024
5.0.2.23 164 3/9/2024
5.0.2.22 139 3/8/2024
5.0.2.21 151 3/8/2024
5.0.2.20 154 3/7/2024
5.0.2.19 154 3/7/2024
5.0.2.18 153 3/6/2024
5.0.2.16 159 3/6/2024
5.0.2.15 141 3/6/2024
5.0.2.14 153 3/5/2024
5.0.2.8 150 3/4/2024
5.0.2.7 148 3/3/2024
5.0.2.5 135 3/3/2024
5.0.2.2 130 3/3/2024
5.0.2.1 146 3/3/2024
5.0.2 131 3/1/2024
5.0.1.19 130 2/28/2024
5.0.1.18 138 2/28/2024
5.0.1.17 93 2/28/2024
5.0.1.16 112 2/28/2024
5.0.1.13 127 2/25/2024
5.0.1.11 110 2/25/2024
5.0.1.10 127 2/25/2024
5.0.1.9 120 2/25/2024
5.0.1.8 114 2/24/2024
5.0.1.7 105 2/24/2024
5.0.1.6 132 2/24/2024
5.0.1.4 133 2/24/2024
5.0.1.3 126 2/24/2024
5.0.1.2 123 2/24/2024
5.0.1 127 2/23/2024
5.0.0.25 123 2/22/2024
5.0.0.24 122 2/22/2024
5.0.0.23 133 2/22/2024
5.0.0.22 157 2/21/2024
5.0.0.21 137 2/19/2024
5.0.0.20 130 2/19/2024
5.0.0.19 122 2/18/2024
5.0.0.18 125 2/18/2024
5.0.0.15 123 2/4/2024
5.0.0.14 118 2/2/2024
5.0.0.12 111 2/2/2024
5.0.0.11 116 2/2/2024
5.0.0.10 123 2/1/2024
5.0.0.9 123 1/30/2024
5.0.0.8 116 1/30/2024
5.0.0.7 111 1/29/2024
5.0.0.6 120 1/24/2024
5.0.0.5 46 1/24/2024
5.0.0.4 113 1/24/2024
5.0.0.3 131 1/21/2024
5.0.0.2 114 1/21/2024
5.0.0.1 118 1/21/2024
5.0.0 126 1/17/2024
4.0.0.9 297 12/8/2023
4.0.0.7 292 12/1/2023
4.0.0.5 218 11/25/2023
4.0.0.1 244 11/19/2023
4.0.0 307 11/18/2023
3.0.1 257 11/3/2023
3.0.0.27 221 10/28/2023
3.0.0.25 251 10/26/2023
3.0.0.24 276 10/24/2023
3.0.0.23 200 10/20/2023
3.0.0.22 176 10/19/2023
3.0.0.20 203 10/19/2023
3.0.0.19 202 10/18/2023
3.0.0.18 258 10/18/2023
3.0.0.16 226 10/17/2023
3.0.0.12 240 10/16/2023
3.0.0.11 250 10/15/2023
3.0.0.10 193 10/13/2023
3.0.0.9 171 10/13/2023
3.0.0.9-beta.1 64 10/13/2023
3.0.0.6 211 10/11/2023
3.0.0.5 189 10/10/2023
3.0.0.4 195 10/9/2023
3.0.0.3 203 10/6/2023
3.0.0.2 160 10/5/2023
3.0.0.1 181 10/3/2023
3.0.0 205 9/30/2023
2.1.0.15 255 9/20/2023
2.1.0.13 204 9/15/2023
2.1.0.12 201 9/15/2023
2.1.0.11 248 9/11/2023
2.1.0.9 229 9/6/2023
2.1.0.6 264 8/30/2023
2.1.0.5 254 8/29/2023
2.1.0.4 270 8/28/2023
2.1.0.3 247 8/28/2023
2.1.0.2 253 8/27/2023
2.1.0.1 236 8/27/2023
2.1.0 230 8/25/2023
2.0.9.3 233 8/22/2023
2.0.9.2 238 8/19/2023
2.0.9.1 233 8/18/2023
2.0.9 303 8/17/2023
2.0.8 165 8/17/2023
2.0.6 157 8/13/2023
2.0.4 172 8/9/2023
2.0.3 163 8/8/2023
2.0.0 159 8/8/2023
1.7.4 230 7/22/2023
1.7.3 224 7/18/2023
1.7.2 230 7/15/2023
1.7.0 217 7/12/2023
1.6.0 254 6/11/2023
1.5.1 239 6/6/2023
1.4.0 334 4/15/2023
1.2.1 359 4/1/2023
1.2.0 344 3/30/2023
1.0.5 351 3/26/2023
1.0.4 451 3/18/2023
1.0.3 364 3/11/2023
1.0.2 383 3/4/2023
1.0.1 339 3/4/2023