05/05/2024
Hello, I have a server OPC UA it is registered on the local discovery server
I need to make it so that such settings as, connection address, authentication type and information exchange parameters are configured using json or json5 file. No matter how many searches I can not find how to make a json file and how the server will be configured with it, I would like you to help or provide examples of configuration file and call this file to configure the OPC UA server.
05/05/2024
Randy Armstrong said
The file format depends on the server vendor.You need to check with the server vendor.
I am developing the server myself, as part of a training project, and I need to configure the server configuration using a json file, but I can't find how to do it, that's why I asked for code examples of a json file and how to use it
05/05/2024
I'm making a server using the open62541 repository and that's why I asked this question, maybe someone has written a similar server or knows how to do the configuration using json.
Randy Armstrong said
Then it depends on the SDK you are using.Most SDKs support XML. JSON may require custom code.
1 Guest(s)