Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OPCFoundation/UA-.NETStandard
OPC Unified Architecture .NET Standard
https://github.com/OPCFoundation/UA-.NETStandard
Last synced: 2 months ago
JSON representation
OPC Unified Architecture .NET Standard
- Host: GitHub
- URL: https://github.com/OPCFoundation/UA-.NETStandard
- Owner: OPCFoundation
- License: other
- Created: 2016-02-12T14:57:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T09:31:18.000Z (2 months ago)
- Last Synced: 2024-11-08T13:43:12.565Z (2 months ago)
- Language: C#
- Homepage:
- Size: 67.6 MB
- Stars: 1,968
- Watchers: 152
- Forks: 948
- Open Issues: 124
-
Metadata Files:
- Readme: Docs/README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-industrial-protocols - UA-.NETStandard - Official OPC UA .NET Standard Stack from the OPC Foundation (OPC-UA / Tools)
README
# OPC UA .NET Standard stack documentation #
## Overview ##
Here is a list of available documentation for different topics:
UA Core stack related:
* About [.NET platform](PlatformBuild.md) support, Nuget packages and versioning.
* How X.509 [Certificates](Certificates.md) are used in the certificate stores.
* Using the [Reverse Connect](ReverseConnect.md) for the UA-TCP transport.
* Support for the [TransferSubscriptions](TransferSubscription.md) service set.
* Improved support for [Logging](Logging.md) with `ILogger` and `EventSource`.
* Support for [WellKnownRoles & RoleBasedUserManagement](RoleBasedUserManagement.md).Reference application related:
* [Reference Client](../Applications/ConsoleReferenceClient/README.md) documentation for configuration of the console reference client using parameters.
* [Reference Server](../Applications/README.md) documentation for running against CTT.
* Using the [Container support](ContainerReferenceServer.md) of the Reference Server in VS2022 and for local testing.Starting with version 1.5.375.XX the winforms reference client & winforms reference server were moved to the [OPC UA .NET Standard Samples](https://github.com/OPCFoundation/UA-.NETStandard-Samples) repository.
For the PubSub support library:
* The [PubSub](PubSub.md) library with samples.
* The [ConsoleReferencePublisher](../Applications/ConsoleReferencePublisher/README.md) documentation.
* The [ConsoleReferenceSubscriber](../Applications/ConsoleReferenceSubscriber/README.md) documentation.