-
Notifications
You must be signed in to change notification settings - Fork 956
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Nuget Package Readme and file (#2575)
* add Nuget Package Readme and file
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# 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](http://opcfoundation.github.io/UA-.NETStandard). | ||
|
||
## Getting started | ||
|
||
The reference [Client](https://github.com/OPCFoundation/UA-.NETStandard/tree/master/Applications/ConsoleReferenceClient) & [Server](https://github.com/OPCFoundation/UA-.NETStandard/tree/master/Applications/ReferenceServer) projects provide a starting point in implementing your own application. | ||
|
||
<!--- | ||
Simple Client: | ||
```C# | ||
ToDo | ||
``` | ||
Simple Server: | ||
```C# | ||
ToDo | ||
``` | ||
--> | ||
|
||
|
||
## 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](https://github.com/OPCFoundation/UA-.NETStandard/blob/master/Docs/PlatformBuild.md#further-information-on-the-supported-nuget-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](https://github.com/OPCFoundation/UA-.NETStandard/tree/master/Docs#opc-ua-net-standard-stack-documentation). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters