OPCFoundation.NetStandard.Opc.Ua 2.0.0-preview.4

Prefix Reserved
This is a prerelease version of OPCFoundation.NetStandard.Opc.Ua.
dotnet add package OPCFoundation.NetStandard.Opc.Ua --version 2.0.0-preview.4
                    
NuGet\Install-Package OPCFoundation.NetStandard.Opc.Ua -Version 2.0.0-preview.4
                    
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" Version="2.0.0-preview.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OPCFoundation.NetStandard.Opc.Ua" Version="2.0.0-preview.4" />
                    
Directory.Packages.props
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" />
                    
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 --version 2.0.0-preview.4
                    
#r "nuget: OPCFoundation.NetStandard.Opc.Ua, 2.0.0-preview.4"
                    
#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.
#:package OPCFoundation.NetStandard.Opc.Ua@2.0.0-preview.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OPCFoundation.NetStandard.Opc.Ua&version=2.0.0-preview.4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=OPCFoundation.NetStandard.Opc.Ua&version=2.0.0-preview.4&prerelease
                    
Install as a Cake Tool

OPC UA .NET Standard — meta-package

OPCFoundation.NetStandard.Opc.Ua is a convenience meta-package that brings in the standard OPC UA .NET Standard stack components in one reference. It does not contain any types of its own; install it when you want the curated default set of packages an OPC UA application typically needs.

What you get

The meta-package depends on:

  • OPCFoundation.NetStandard.Opc.Ua.Types
  • OPCFoundation.NetStandard.Opc.Ua.Core.Types
  • OPCFoundation.NetStandard.Opc.Ua.Core
  • OPCFoundation.NetStandard.Opc.Ua.Security.Certificates
  • OPCFoundation.NetStandard.Opc.Ua.Configuration
  • OPCFoundation.NetStandard.Opc.Ua.Client
  • OPCFoundation.NetStandard.Opc.Ua.Server
  • OPCFoundation.NetStandard.Opc.Ua.Gds.Common
  • OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common
  • OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common
  • OPCFoundation.NetStandard.Opc.Ua.SourceGeneration

Pick individual packages instead of the meta-package when you want a tighter dependency surface (e.g. client-only or server-only applications).

Getting started

using Opc.Ua;
using Opc.Ua.Client;
using Opc.Ua.Configuration;

// Open a session to an opc.tcp server.
var application = new ApplicationInstance(telemetry)
{
    ApplicationName = "MyClient",
    ApplicationType = ApplicationType.Client,
};
await application.LoadApplicationConfigurationAsync(silent: false).ConfigureAwait(false);
await application.CheckApplicationInstanceCertificatesAsync(true).ConfigureAwait(false);

Additional documentation

See the main repository README and the documentation folder for the full design guides, transport profiles, certificate management, identity providers, and the 1.5.378 → 2.0 migration guide.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (54)

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

Package Downloads
YSAI.Opc

采集协议:Opc ( 工业标准通信协议 - UaClient、UaService、DaClient、DaHttp )

Snet.Opc

采集协议:Opc(工业标准通信协议 - UaClient、UaService、DaClient、DaHttp)

OpcUaHelper

OPC UA客户端组件,提供一个opc ua的二次扩展类,方便的读写节点,浏览节点,并实现一个节点浏览器。

DogmaSolutions.Opc.Ua.Server.Abstractions

Contracts for dynamic OPC UA servers, node managers, and node builders.

TylerHelp

山河辽阔,人间星河,无一是你,无一不是你。

GitHub repositories (8)

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

Repository Stars
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
RapidScada/scada
Contains Rapid SCADA sources
convertersystems/opc-ua-client
Visualize and control your enterprise using OPC Unified Architecture (OPC UA) and Visual Studio.
IOT-CS/IOTCS
工业智能网关,基于.net core3.1的跨平台物联网网关。支持不同设备驱动(PLC、CNC、数据库、串口设备、上位机、OPC UA、MQTT)具备二次开发驱动的能力实现与Thingsboard进行数据通讯。同时支持多资源配置化管理,MQTT、MYSQL、WEBHOOK等多种类型,实现数据的快速推送,提供简单的驱动开发接口。
admin-shell-io/aasx-package-explorer
C# based viewer / editor for the Asset Administration Shell
eclipse-aaspe/package-explorer
AASX Package Explorer
OPCUAUniCT/OPCUAWebPlatformUniCT
An ASP.NET Core web application exposing OPC UA Servers to non OPCUA-compliant clients with a REST interface
shunnet/Daq
[ 开箱即用 ] 一款基于 .NET 10 双架构(WPF/Blazor)的工业物联网插件化数据采集转发工具(OPC[UA/DA]/Modbus/数据库/非标数据/大部分PLC/Mqtt/Kafka/NetMQ/Netty/RabbitMQ/RocketMQ)
Version Downloads Last Updated
2.0.0-preview.4 95 9/2/2026
2.0.0-preview.3 121 8/28/2026
2.0.0-preview.2 105 8/24/2026
1.5.378.156 32,172 7/10/2026
1.5.378.152 16,626 6/25/2026
1.5.378.145 23,430 5/21/2026
1.5.378.134 41,693 3/26/2026
1.5.378.106 57,522 1/28/2026
1.5.378.65 36,056 12/18/2025
1.5.378.10-preview 971 11/18/2025
1.5.377.22 62,587 11/14/2025
1.5.377.21 153,458 9/22/2025
1.5.377.11-preview 961 9/4/2025
1.5.376.244 72,749 7/31/2025
1.5.376.235 39,561 6/26/2025 1.5.376.235 is deprecated because it is no longer maintained.
1.5.376.213 66,511 4/23/2025 1.5.376.213 is deprecated because it is no longer maintained.
1.5.375.457 124,687 2/26/2025 1.5.375.457 is deprecated because it is no longer maintained.
1.5.375.443 63,360 1/31/2025 1.5.375.443 is deprecated because it is no longer maintained.
1.5.374.176 11,192 2/13/2025 1.5.374.176 is deprecated because it is no longer maintained.
Loading failed