Skip to content

OPC-DA Implementation - M1 - Stable

Compare
Choose a tag to compare
@amarziali amarziali released this 02 May 14:58
· 64 commits to master since this release

This release comes with a more stable support for OPC-DA.
Groups are statefully created thanks to the Session abstraction.

Resources can be automatically freed thanks to the Autocloseable interface implementation (try-with-resources possible).

Release details:

  • Updated Documentation
  • Support try with resources to automatically close Sessions and Connections
  • Support error codes in OpcData
  • Support stateful sessions. Multiplex Groups in a single connection.
  • Use native java types instead of JIVariant.