OPCFoundation / UA-EdgeTranslator

An industrial connectivity edge application translating from proprietary protocols to OPC UA leveraging the W3C Web of Things (WoT) thing descriptions.
MIT License
29 stars 7 forks source link

Add GetConfiguration/SetConfiguration methods #32

Open barnstee opened 4 months ago

barnstee commented 4 months ago

This is meant to configure the connectivity software. This can include the following configurations:

  1. Software lic download
  2. Driver loading (e.g. Siemens S7, etc.)
  3. Certificate/security settings download
  4. Feature config, e.g. store & forward
  5. Change management tracking

Should be accessible through GetConfiguration/SetConfiguration methods.

barnstee commented 1 month ago

For number 3, OPC UA already defines a GDS server push model to upload/provision a certificate.

barnstee commented 1 month ago

We could make this generic (e.g. provide key-value pairs) and move it over to the UA working group.