OPCFoundation.NetStandard.Opc.Ua.Server 1.5.376.213

Prefix Reserved
dotnet add package OPCFoundation.NetStandard.Opc.Ua.Server --version 1.5.376.213
                    
NuGet\Install-Package OPCFoundation.NetStandard.Opc.Ua.Server -Version 1.5.376.213
                    
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="OPCFoundation.NetStandard.Opc.Ua.Server" Version="1.5.376.213" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OPCFoundation.NetStandard.Opc.Ua.Server" Version="1.5.376.213" />
                    
Directory.Packages.props
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Server" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OPCFoundation.NetStandard.Opc.Ua.Server --version 1.5.376.213
                    
#r "nuget: OPCFoundation.NetStandard.Opc.Ua.Server, 1.5.376.213"
                    
#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.
#addin nuget:?package=OPCFoundation.NetStandard.Opc.Ua.Server&version=1.5.376.213
                    
Install OPCFoundation.NetStandard.Opc.Ua.Server as a Cake Addin
#tool nuget:?package=OPCFoundation.NetStandard.Opc.Ua.Server&version=1.5.376.213
                    
Install OPCFoundation.NetStandard.Opc.Ua.Server as a Cake Tool

OPC UA .NET Standard stack documentation

Overview

The OPC UA .NET Standard stack enables you to build multi-platform OPC UA Applications with rich functionality including:

  • Server
  • Client
  • PubSub

For more information and license terms, see the projects official Website.

Getting started

The reference Client & Server projects provide a starting point in implementing your own application.

Packages Overview

Caution, there are multiple packages available with different functional scopes, for a detailed overview take a look at the Information about the different Packages.

Additional documentation

Additional information about the OPC UA .NET Standard stack is available on the GitHub Repo of the project in the detailed Documentation.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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 was computed.  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 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (15)

Showing the top 5 NuGet packages that depend on OPCFoundation.NetStandard.Opc.Ua.Server:

Package Downloads
OPCFoundation.NetStandard.Opc.Ua

This package contains the OPC UA reference implementation and is targeting the .NET Standard Library.

OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common

OPC UA GDS Server Class Library

Softing.Opc.Ua.Server

This package contains the OPC UA .NET Standard SDK Server Library from Softing. It is an easy to use API built on top of the OPC UA .NET Standard Stack from OPC Foundation.

HomagGroup.UnifiedCommunication.Toolkit

HOMAG Group Base Communication Component

ThingsGateway.Plugin.OpcUa

Package Description

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on OPCFoundation.NetStandard.Opc.Ua.Server:

Repository Stars
iioter/iotgateway
An industrial IoTGateway with B/S architecture that enables bidirectional communication between industrial devices (southbound connections) and IoT platforms (northbound connections). It supports numerous industrial protocols, and can connect to various IoT cloud platforms.
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
Azure/Industrial-IoT
Azure Industrial IoT Platform
RapidScada/scada-v6
Contains Rapid SCADA 6 source code
OPCFoundation/UA-.NETStandard-Samples
Azure-Samples/iot-edge-opc-plc
Sample OPC UA server with nodes that generate random and increasing data, anomalies and much more ...
ThingsGateway/ThingsGateway
ThingsGateway is a cross platform high-performance edge acquisition gateway based on Net8, providing underlying PLC communication libraries, communication debugging software, and more.
OPCFoundation/UA-ModelCompiler
ModelCompiler converts XML files into C# and ANSI C
Version Downloads Last updated
1.5.376.213 5,756 4/23/2025
1.5.375.457 29,478 2/26/2025
1.5.375.443 50,678 1/31/2025
1.5.375.71-ECC-preview 2,445 7/5/2024
1.5.374.176 3,436 2/13/2025
1.5.374.168 45,074 1/24/2025
1.5.374.158 50,886 12/4/2024
1.5.374.126 114,562 10/14/2024
1.5.374.124 31,762 9/26/2024
1.5.374.118 20,118 9/13/2024
1.5.374.78 46,221 7/11/2024
1.5.374.70 48,224 6/19/2024
1.5.374.61-preview 2,204 6/6/2024
1.5.374.54 61,239 5/16/2024
1.5.374.50-preview 651 5/4/2024
1.5.374.36 51,205 4/6/2024
1.5.374.33-preview 1,001 3/31/2024
1.5.374.27 10,344 3/11/2024
1.5.374.26-preview 5,975 2/29/2024
1.5.374-preview.g1a7d9b8e51 312 8/16/2024
1.5.373.121 32,403 2/6/2024
1.5.373.3-preview 7,222 1/26/2024
1.5.372.113 15,238 1/23/2024
1.5.372.110-rc2 2,192 12/20/2023
1.5.372.1-rc 2,680 8/28/2023
1.5.371.3-beta 10,253 11/2/2022
1.5.368.5-beta 3,173 6/2/2022
1.4.372.116-preview 3,796 1/8/2024
1.4.372.112-preview 848 12/29/2023
1.4.372.107 13,226 1/15/2024
1.4.372.106 26,536 12/19/2023
1.4.372.91-preview 5,500 12/1/2023
1.4.372.76 52,954 10/27/2023
1.4.372.67-preview 1,247 9/22/2023
1.4.372.56 121,747 8/25/2023
1.4.372.46-preview 1,198 8/14/2023
1.4.372.38-preview 1,111 8/4/2023
1.4.371.96 98,780 6/27/2023
1.4.371.91 27,516 5/25/2023
1.4.371.86 176,742 4/21/2023
1.4.371.60 126,039 1/27/2023 1.4.371.60 has at least one vulnerability with high severity.
1.4.371.50 37,042 12/20/2022 1.4.371.50 has at least one vulnerability with high severity.
1.4.371.41 78,846 11/16/2022 1.4.371.41 has at least one vulnerability with high severity.
1.4.371-preview.ge89b06e57b 640 6/15/2023 1.4.371-preview.ge89b06e57b has at least one vulnerability with high severity.
1.4.370.12 130,478 8/15/2022 1.4.370.12 has at least one vulnerability with high severity.
1.4.370.9 19,395 8/11/2022 1.4.370.9 has at least one vulnerability with high severity.
1.4.370.1 54,973 7/18/2022 1.4.370.1 has at least one vulnerability with high severity.
1.4.369.30 54,612 6/21/2022 1.4.369.30 has at least one vulnerability with high severity.
1.4.368.58 29,745 5/31/2022 1.4.368.58 has at least one vulnerability with high severity.
1.4.368.53 53,403 4/1/2022 1.4.368.53 has at least one vulnerability with high severity.
1.4.368.33 110,038 2/18/2022 1.4.368.33 has at least one vulnerability with high severity.
1.4.367.100 44,341 2/28/2022 1.4.367.100 has at least one vulnerability with high severity.
1.4.367.95 61,631 1/27/2022 1.4.367.95 has at least one vulnerability with high severity.
1.4.367.75 66,639 12/3/2021 1.4.367.75 has at least one vulnerability with high severity.
1.4.367.42 46,265 10/12/2021 1.4.367.42 has at least one vulnerability with high severity.
1.4.367.41 14,846 10/4/2021 1.4.367.41 has at least one vulnerability with high severity.
1.4.367.39 3,215 9/29/2021 1.4.367.39 has at least one vulnerability with high severity.
1.4.366.38 147,685 5/12/2021 1.4.366.38 has at least one vulnerability with high severity.
1.4.365.48 72,292 3/2/2021 1.4.365.48 has at least one vulnerability with high severity.
1.4.365.23 106,641 1/23/2021 1.4.365.23 has at least one vulnerability with high severity.
1.4.365.10 11,859 1/11/2021 1.4.365.10 has at least one vulnerability with high severity.
1.4.365.2 10,803 12/17/2020 1.4.365.2 has at least one vulnerability with high severity.
1.4.364.40 8,636 12/10/2020 1.4.364.40 has at least one vulnerability with high severity.
1.4.363.107 112,164 10/9/2020 1.4.363.107 has at least one vulnerability with high severity.