OPC UA Information Model database with a REST and GraphQL interface, as well as user management. The global instance of this (hosted by the OPC Foundation) can be found at https://uacloudlibrary.opcfoundation.org.
This PR adds a Explorer ui to the existing webserver.
It can be used to navigate through namespaces and download their NodeSet xml.
I needed to move the queries used in QueryModel.cs into a new CloudLibDataProvider, so i could use the queries given in that file.
Here is a screenshot of how the UI looks like:
Using the "More" button you can view the description in full:
I wanted to implement a search/filter function aswell, but the GetNamespaces function in the DataProvider has a TODO, that would make sense to be done first.
Hi!
This PR adds a Explorer ui to the existing webserver. It can be used to navigate through namespaces and download their NodeSet xml.
I needed to move the queries used in QueryModel.cs into a new CloudLibDataProvider, so i could use the queries given in that file.
Here is a screenshot of how the UI looks like:
Using the "More" button you can view the description in full:
I wanted to implement a search/filter function aswell, but the GetNamespaces function in the DataProvider has a TODO, that would make sense to be done first.
I would like to hear your feedback!