mpostol / OPC-UA-OOI

Object Oriented Internet - C# deliverables supporting a new Machine To Machine (M2M) communication architecture
https://commsvr.gitbook.io/ooi/
MIT License
141 stars 33 forks source link

Update the pub/sub protocol according to the new specification release #208

Open mpostol opened 7 years ago

mpostol commented 7 years ago

There is release candidate available in the public domain on the OPC Foundation website: Part 14: PubSub 1.04.24 RC

mpostol commented 6 years ago

The new specification release has been just published and is available at:

OPC UA Part 14 - PubSub Specification (PDF/ZIP)

This specification defines the model using reactive communication instead of the client-server pattern defined by the Services in Part 4.

mpostol commented 5 years ago

Review changes in UA-.NETStandard/ https://github.com/OPCFoundation/UA-.NETStandard/commit/b938dfb75c9156084238d86d8cc7233092431570 Have a look on UadpDataSetMessageDecoder

mpostol commented 5 years ago

With respect to IPR 2.1, clause 2 we inform you that the following amendment for version 1.04 of the OPC UA specification has been published

The document is available for members-only at this location: The review period to opt out claims starts today 09.02.2019 and will end in 90 days.

The issue should be delayed until then.

mpostol commented 4 years ago
mpostol commented 4 years ago

The following document is available for download by registered users: OPC 10001-6 - Amendment 6: UADP Header Layouts (PDF/ZIP)

mpostol commented 4 years ago

Results of my investigation: the repositories that provide PubSub implementation

  1. open62541
  2. UA-.NETStandard prototyping-pubsub
  3. Azure/Industrial-IoT
mpostol commented 4 years ago

Harmonize with Azure/Industrial-IoT#38

mpostol commented 3 years ago

Review the repository Azure/iot-edge-opc-publisher

mpostol commented 3 years ago

Review the solution OPCFoundation/UA-.NETStandard#1169

mpostol commented 3 years ago

Harmonize with OPCFoundation/UA-.NETStandard#1396