ThingsGateway.Foundation 1.7.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package ThingsGateway.Foundation --version 1.7.2                
NuGet\Install-Package ThingsGateway.Foundation -Version 1.7.2                
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.7.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ThingsGateway.Foundation --version 1.7.2                
#r "nuget: ThingsGateway.Foundation, 1.7.2"                
#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.7.2

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

<div align='center'> <img src="https://gitee.com/diego2098/ThingsGateway/raw/master/Image/gitLogo.png" height=100 /> </div>

介绍

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

Github地址

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

开源说明

Apache 2.0+附加协议

Apache 2.0 开源协议的核心内容是以保护和尊重原作者的著作权为主要目的。对使用,复制,修改,商用不做过多限制,但必须包含原著的License信息。

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

http://120.24.62.140:5000/

默认账户密码:superAdmin 111111

社区版采集插件

支持分包解析/订阅

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

支持Rpc写入

  • Modbus Server
  • OPCUA Server (支持历史查询)
  • Mqtt Server (支持自定义json)
  • Mqtt Client (支持自定义json)
  • IotSharp Client (IotSharp网关插件,Rpc待测试)

不支持Rpc

  • RabbitMQ (支持自定义json)
  • Kafka
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捐赠功能

<img src="https://gitee.com/diego2098/ThingsGateway/raw/master/Image/pay.png" height=180 />

联系作者
  • 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 (12)

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

Package Downloads
ThingsGateway.Foundation.Modbus

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

ThingsGateway.Foundation.Dlt645

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

ThingsGateway.Foundation.SiemensS7

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

ThingsGateway.Gateway.Application

Package Description

ThingsGateway.Foundation.Razor

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.2.43 19 12/27/2024
9.0.2.42 47 12/26/2024
9.0.2.41 445 12/24/2024
9.0.2.39 357 12/22/2024
9.0.2.38 969 12/19/2024
9.0.2.37 324 12/18/2024
9.0.2.36 432 12/17/2024
9.0.2.35 529 12/16/2024
9.0.2.33 330 12/15/2024
9.0.2.31 322 12/14/2024
9.0.2.30 671 12/10/2024
9.0.2.29 345 12/10/2024
9.0.2.28 342 12/9/2024
9.0.2.27 201 12/9/2024
9.0.2.25 551 12/8/2024
9.0.2.24 485 12/7/2024
9.0.2.23 139 12/6/2024
9.0.2.22 410 12/5/2024
9.0.2.21 451 12/4/2024
9.0.2.20 330 12/2/2024
9.0.2.17 368 11/29/2024
9.0.2.16 394 11/28/2024
9.0.2.15 338 11/27/2024
9.0.2.14 837 11/21/2024
9.0.2.13 159 11/21/2024
9.0.2.12 244 11/21/2024
9.0.2.11 454 11/20/2024
9.0.2.7 309 11/19/2024
9.0.2.6 530 11/17/2024
9.0.2.5 164 11/16/2024
9.0.2.3 365 11/14/2024
9.0.2.2 461 11/13/2024
9.0.2.1 448 11/13/2024
9.0.2 292 11/12/2024
9.0.1.6 544 11/9/2024
9.0.1.5 570 11/4/2024
9.0.1.4 374 10/28/2024
9.0.1.3 338 10/23/2024
9.0.1.2 354 10/15/2024
9.0.1.1 329 10/14/2024
9.0.1 470 10/12/2024
9.0.0.18 291 10/12/2024
9.0.0.17 315 10/11/2024
9.0.0.16 304 10/10/2024
9.0.0.13 327 10/9/2024
9.0.0.11 310 10/8/2024
9.0.0.10 354 10/5/2024
9.0.0.6 309 10/2/2024
9.0.0.5 266 9/30/2024
9.0.0.4 253 9/30/2024
9.0.0.3 335 9/28/2024
6.1.0.33 273 9/23/2024
6.1.0.32 295 9/22/2024
6.1.0.30 267 9/19/2024
6.1.0.29 289 9/18/2024
6.1.0.27 290 9/13/2024
6.1.0.26 378 9/10/2024
6.1.0.25 351 9/9/2024
6.1.0.24 311 9/7/2024
6.1.0.23 334 9/6/2024
6.1.0.22 308 9/5/2024
6.1.0.21 341 9/5/2024
6.1.0.20 304 9/5/2024
6.1.0.19 596 9/4/2024
6.1.0.18 438 9/4/2024
6.1.0.17 791 9/3/2024
6.1.0.1 234 9/2/2024
6.0.5.30 230 8/30/2024
6.0.5.29 222 8/29/2024
6.0.5.28 243 8/28/2024
6.0.5.27 241 8/27/2024
6.0.5.26 234 8/27/2024
6.0.5.25 241 8/26/2024
6.0.5.24 234 8/26/2024
6.0.5.23 231 8/26/2024
6.0.5.21 255 8/25/2024
6.0.5.20 252 8/24/2024
6.0.5.18 265 8/23/2024
6.0.5.17 261 8/23/2024
6.0.5.16 334 8/22/2024
6.0.5.15 264 8/22/2024
6.0.5.14 287 8/21/2024
6.0.5.13 258 8/20/2024
6.0.5.12 301 8/19/2024
6.0.5.10 261 8/18/2024
6.0.5.9 269 8/17/2024
6.0.5.8 239 8/17/2024
6.0.5.7 289 8/16/2024
6.0.5.6 279 8/15/2024
6.0.5.5 274 8/14/2024
6.0.5.3 283 8/13/2024
6.0.5.2 283 8/12/2024
6.0.5.1 256 8/12/2024
6.0.4.61 256 8/11/2024
6.0.4.60 245 8/8/2024
6.0.4.59 230 8/7/2024
6.0.4.57 200 8/5/2024
6.0.4.56 191 8/3/2024
6.0.4.52 189 8/1/2024
6.0.4.51 171 8/1/2024
6.0.4.50 166 8/1/2024
6.0.4.49 170 8/1/2024
6.0.4.48 177 8/1/2024
6.0.4.47 194 8/1/2024
6.0.4.46 186 7/31/2024
6.0.4.45 156 7/31/2024
6.0.4.43 168 7/30/2024
6.0.4.38 134 7/29/2024
6.0.4.30 203 7/23/2024
6.0.4.28 238 7/19/2024
6.0.4.27 430 7/18/2024
6.0.4.13 192 7/17/2024
6.0.4.11 201 7/16/2024
6.0.4.10 190 7/16/2024
6.0.4.8 245 7/15/2024
6.0.4.5 229 7/15/2024
6.0.4.2 160 7/14/2024
6.0.3.95 198 7/14/2024
6.0.3.81 200 7/13/2024
6.0.3.80 183 7/11/2024
6.0.3.79 160 7/9/2024
6.0.3.78 144 7/9/2024
6.0.3.74 152 7/8/2024
6.0.3.71 209 7/5/2024
6.0.3.70 158 7/4/2024
6.0.3.69 189 7/4/2024
6.0.3.68 200 7/4/2024
6.0.3.68-beta.3 48 7/4/2024
6.0.3.68-beta.2 47 7/4/2024
6.0.3.68-beta.1 46 7/4/2024
6.0.3.67 162 7/3/2024
6.0.3.65 281 6/29/2024
6.0.3.60 198 6/28/2024
6.0.3.59 181 6/28/2024
6.0.3.58 185 6/28/2024
6.0.3.57 202 6/27/2024
6.0.3.56 177 6/27/2024
6.0.3.55 196 6/27/2024
6.0.3.52 180 6/27/2024
6.0.3.51 195 6/27/2024
6.0.3.50 188 6/26/2024
6.0.3.47 229 6/24/2024
6.0.3.44 372 6/23/2024
6.0.3.35 190 6/21/2024
6.0.3.32 190 6/20/2024
6.0.3.31 204 6/19/2024
6.0.3.30 222 6/18/2024
6.0.3.23 186 6/18/2024
6.0.3.22 179 6/18/2024
6.0.3.13 193 6/17/2024
6.0.3.12 300 6/17/2024
6.0.3.11 174 6/17/2024
6.0.3.8 208 6/13/2024
6.0.3.7 215 6/13/2024
6.0.3.6 173 6/13/2024
6.0.3.5 178 6/11/2024
6.0.3.3 162 6/11/2024
6.0.3.1 172 6/9/2024
6.0.2.27 178 6/9/2024
6.0.2.25 179 6/6/2024
6.0.2.23 183 6/5/2024
6.0.2.20 186 6/5/2024
6.0.2.18 175 6/4/2024
6.0.2.16 191 6/4/2024
6.0.2.15 182 6/4/2024
6.0.2.10 160 6/3/2024
6.0.2.7 175 6/3/2024
6.0.2.6 187 6/3/2024
6.0.2.2 187 5/30/2024
6.0.2.1 185 5/30/2024
6.0.2 180 5/30/2024
6.0.1.9 189 5/30/2024
6.0.1.8 177 5/30/2024
6.0.1.7 160 5/30/2024
6.0.1.6 218 5/30/2024
6.0.1.5 133 5/29/2024
6.0.1.4 169 5/29/2024
6.0.1.3 274 5/29/2024
6.0.0.13 266 5/4/2024
6.0.0.13-beta02 242 4/29/2024
6.0.0.12 271 4/28/2024
6.0.0.11 292 4/26/2024
6.0.0.10 271 4/26/2024
6.0.0.9 310 4/25/2024
6.0.0.8 265 4/25/2024
6.0.0.7 280 4/23/2024
6.0.0.6 279 4/23/2024
6.0.0.5 289 4/23/2024
6.0.0.4 250 4/22/2024
6.0.0.3 246 4/22/2024
6.0.0.2 373 4/22/2024
5.0.4.4 265 4/15/2024
5.0.4.3 243 4/14/2024
5.0.4.2 169 4/8/2024
5.0.4.1 272 4/1/2024
5.0.4 218 3/29/2024
5.0.3.10 302 3/27/2024
5.0.3.9 230 3/25/2024
5.0.3.8 268 3/15/2024
5.0.3.7 275 3/13/2024
5.0.3.6 248 3/11/2024
5.0.3.5 284 3/10/2024
5.0.3.4 253 3/10/2024
5.0.3.3 247 3/10/2024
5.0.3.1 317 3/9/2024
5.0.3 259 3/9/2024
5.0.2.23 241 3/9/2024
5.0.2.22 222 3/8/2024
5.0.2.21 240 3/8/2024
5.0.2.20 237 3/7/2024
5.0.2.19 245 3/7/2024
5.0.2.18 254 3/6/2024
5.0.2.16 215 3/6/2024
5.0.2.15 201 3/6/2024
5.0.2.14 224 3/5/2024
5.0.2.8 224 3/4/2024
5.0.2.7 233 3/3/2024
5.0.2.5 219 3/3/2024
5.0.2.2 190 3/3/2024
5.0.2.1 241 3/3/2024
5.0.2 193 3/1/2024
5.0.1.19 186 2/28/2024
5.0.1.18 207 2/28/2024
5.0.1.17 135 2/28/2024
5.0.1.16 172 2/28/2024
5.0.1.13 169 2/25/2024
5.0.1.11 169 2/25/2024
5.0.1.10 192 2/25/2024
5.0.1.9 176 2/25/2024
5.0.1.8 174 2/24/2024
5.0.1.7 164 2/24/2024
5.0.1.6 194 2/24/2024
5.0.1.4 193 2/24/2024
5.0.1.3 169 2/24/2024
5.0.1.2 181 2/24/2024
5.0.1 176 2/23/2024
5.0.0.25 182 2/22/2024
5.0.0.24 185 2/22/2024
5.0.0.23 213 2/22/2024
5.0.0.22 217 2/21/2024
5.0.0.21 199 2/19/2024
5.0.0.20 189 2/19/2024
5.0.0.19 185 2/18/2024
5.0.0.18 176 2/18/2024
5.0.0.15 187 2/4/2024
5.0.0.14 179 2/2/2024
5.0.0.12 174 2/2/2024
5.0.0.11 180 2/2/2024
5.0.0.10 183 2/1/2024
5.0.0.9 166 1/30/2024
5.0.0.8 176 1/30/2024
5.0.0.7 180 1/29/2024
5.0.0.6 171 1/24/2024
5.0.0.5 64 1/24/2024
5.0.0.4 168 1/24/2024
5.0.0.3 192 1/21/2024
5.0.0.2 169 1/21/2024
5.0.0.1 169 1/21/2024
5.0.0 190 1/17/2024
4.0.0.9 390 12/8/2023
4.0.0.7 359 12/1/2023
4.0.0.5 289 11/25/2023
4.0.0.1 293 11/19/2023
4.0.0 382 11/18/2023
3.0.1 344 11/3/2023
3.0.0.27 311 10/28/2023
3.0.0.25 330 10/26/2023
3.0.0.24 351 10/24/2023
3.0.0.23 287 10/20/2023
3.0.0.22 246 10/19/2023
3.0.0.20 275 10/19/2023
3.0.0.19 264 10/18/2023
3.0.0.18 345 10/18/2023
3.0.0.16 306 10/17/2023
3.0.0.12 335 10/16/2023
3.0.0.11 331 10/15/2023
3.0.0.10 260 10/13/2023
3.0.0.9 248 10/13/2023
3.0.0.9-beta.1 80 10/13/2023
3.0.0.6 276 10/11/2023
3.0.0.5 251 10/10/2023
3.0.0.4 262 10/9/2023
3.0.0.3 266 10/6/2023
3.0.0.2 219 10/5/2023
3.0.0.1 256 10/3/2023
3.0.0 264 9/30/2023
2.1.0.15 332 9/20/2023
2.1.0.13 282 9/15/2023
2.1.0.12 271 9/15/2023
2.1.0.11 323 9/11/2023
2.1.0.9 302 9/6/2023
2.1.0.6 341 8/30/2023
2.1.0.5 318 8/29/2023
2.1.0.4 336 8/28/2023
2.1.0.3 310 8/28/2023
2.1.0.2 329 8/27/2023
2.1.0.1 314 8/27/2023
2.1.0 294 8/25/2023
2.0.9.3 293 8/22/2023
2.0.9.2 306 8/19/2023
2.0.9.1 284 8/18/2023
2.0.9 359 8/17/2023
2.0.8 210 8/17/2023
2.0.6 203 8/13/2023
2.0.4 220 8/9/2023
2.0.3 213 8/8/2023
2.0.0 202 8/8/2023
1.7.4 288 7/22/2023
1.7.3 297 7/18/2023
1.7.2 281 7/15/2023
1.7.0 279 7/12/2023
1.6.0 315 6/11/2023
1.5.1 293 6/6/2023
1.4.0 394 4/15/2023
1.2.1 415 4/1/2023
1.2.0 390 3/30/2023
1.0.5 395 3/26/2023
1.0.4 508 3/18/2023
1.0.3 411 3/11/2023
1.0.2 429 3/4/2023
1.0.1 388 3/4/2023