View on GitHub

UA-IIoT-StarterKit

Samples and tutorials to illustrate how to build OPC UA PubSub applications.

OPC UA IIoT StarterKit – Quickstart 005

Handling Multiple Header Profiles

This quickstart eliminates the handcrafted classes and uses the .NETStandard Stack for serialization. The Subscriber has been updated to support all JSON header profiles by inspecting the JSON message. Using the .NETStandard Stack for serialization also allows the use of UA Binary encoding.

  1. Build a Publisher
  2. Build a Subscriber