Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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