-
Notifications
You must be signed in to change notification settings - Fork 119
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
FindServersOnNetwork #175
Comments
Good question! As I understand the specification, the FindServersOnNetwork request can be used to paginate the results. Hence one probably want to keep the channel open, so it can be reused in the follow up queries. On the other hand I like the simpliness of the current |
@ismiwo Which server do you use? The demo server from Unified automation does not seem to support this service request. |
I'm using devices in our network that have built-in opc-ua-servers and I am using the server from this project: nauful/LibUA Thank you for pointing to the specification. I found in 4.3.5 that a client can call this function on a LDS with MulticastExtension. I thought that UaExpert was able to discover servers automatically. But it was always only discovering my local server which doesn't seem to have LDS-ME capabilities. But UaExpert is also trying FindServersOnNetwork first when you want to add a server: I realize now that I cannot rely on all the servers to be discovered automatically and that I will have to add other measures to discover them in our software (e.g. 4.3.1). @quinmars I think the method should be static. |
An LDS-ME can be downloaded here: https://opcfoundation.github.io/UA-LDS/ - I haven't tried it yet. |
I can't find a method to make use of the FindServersOnNetworkRequest.
Shouldn't there be a method inside UaTcpDiscoveryService for this purpose?
The text was updated successfully, but these errors were encountered: