You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/ReverseConnect.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ The Reverse Connect option consists of the following elements:
11
11
* Updated client library which support to
12
12
- Configure a client endpoint to accept *ReverseHello* messages using a *ReverseConnectManager*.
13
13
- A client API extension to allow applications to register for reverse connections either by callback or by waiting for the *ReverseHello* message for a specific server endpoint and application Uri combination. An optional filter for server Uris or endpoint Urls can be applied to allow multiple clients to use the same endpoint.
14
-
* The updated C# [Reference Server](../Applications/ConsoleReferenceServer) with reverse connect support.
15
-
* The C# Core [Client](https://github.com/OPCFoundation/UA-.NETStandard-Samples/tree/master/Samples/NetCoreComplexClient) and [Server](https://github.com/OPCFoundation/UA-.NETStandard-Samples/tree/master/Samples/NetCoreConsoleServer) samples that can initiate a Reverse connection with command line options.
14
+
* The C# [Console Reference Server](../Applications/ConsoleReferenceServer) with reverse connect support in the configuration xml.
15
+
* The C# Core [Console Reference Client](../Applications/ConsoleReferenceClient) that can initiate a Reverse connection with command line options.
16
16
* A modified C# [Aggregation Server](https://github.com/OPCFoundation/UA-.NETStandard-Samples/tree/master/Workshop/Aggregation) that supports incoming and outgoing reverse connections.
17
17
18
18
## Reverse Connect Handshake ##
@@ -83,4 +83,4 @@ The Client configuration extension to allow incoming connections for one or more
83
83
84
84
- Only a limited number of samples is available yet, the Reference Server, the Aggregation Server and the Console server and client.
0 commit comments