Difference between revisions of "UADemoPublisher Basics"

From OPC Labs Knowledge Base
Jump to navigation Jump to search
(Created page with "The UADemoPublisher program is a demonstration publisher for OPC UA PubSub. Note: This page describes a preliminary version (5.55.0.3) of the program; the behavior is subject...")
 
Line 1: Line 1:
 +
[[Category:Tools]] [[Category:OPC UA PubSub]]
 +
 
The UADemoPublisher program is a demonstration publisher for OPC UA PubSub.
 
The UADemoPublisher program is a demonstration publisher for OPC UA PubSub.
 
Note: This page describes a preliminary version (5.55.0.3) of the program; the behavior is subject to change in future versions. This version only support the OPC UA UDP transport protocol mapping (UADP over UDP).
 
Note: This page describes a preliminary version (5.55.0.3) of the program; the behavior is subject to change in future versions. This version only support the OPC UA UDP transport protocol mapping (UADP over UDP).
  
By default, the UADemoPublisher send messages to IPv4 multicast address 239.0.0.1.
+
UADemoPublisher is a console application, running on .NET. It is available for .NET Framework (Windows only), or .NET Core (Windows or Linux).
 +
 
 +
By default, the UADemoPublisher send messages to IPv4 multicast address 239.0.0.1. This can be changed using the --ConnectionResourceUri (-cru) option (see further below). The published data sets and the way they are published are hard-coded into the program and cannot be changed (for most part).

Revision as of 19:45, 16 July 2019


The UADemoPublisher program is a demonstration publisher for OPC UA PubSub. Note: This page describes a preliminary version (5.55.0.3) of the program; the behavior is subject to change in future versions. This version only support the OPC UA UDP transport protocol mapping (UADP over UDP).

UADemoPublisher is a console application, running on .NET. It is available for .NET Framework (Windows only), or .NET Core (Windows or Linux).

By default, the UADemoPublisher send messages to IPv4 multicast address 239.0.0.1. This can be changed using the --ConnectionResourceUri (-cru) option (see further below). The published data sets and the way they are published are hard-coded into the program and cannot be changed (for most part).