-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The first namespace in the table must be the OPC-UA namespace. #181
Comments
What you wrote is given by the OPC UA spec. But it is not clear why you are turning it into an issue on GitHub. Please describe where in the code, or under which circumstances the first namespace in the table isn't the OPC-UA namespace. |
When you connect to King IOServer with OPC UA client code, what is the reason for the return namespace list? |
Namespace URI is part of the node or qualified name identification. Namespace index is just a means for efficient transport, so that the long namespaces URIs do not have to be transferred over the wire over and over. So, except for standardized namespace 0, any client should only know the namespace URIs, read in the namespace table, and convert the namespace URIs it needs into namespace indexes. This is also necessary because the server can rearrange the table and change the namespace indexes between sessions. |
Are namespaces generated by server-side software?Is namespace mismatch caused by older versions of server-side software? |
No description provided.
The text was updated successfully, but these errors were encountered: