OPCUA Server subscriptions details #786
Unanswered
francescobianca
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there any way to print subscription details to the OPCUA server? (e.g. ip of the client that starts the subscription, or client id etc.)
I defined a callback:
self.server.subscribe_server_callback(CallbackType.ItemSubscriptionCreated, subscription_callback)
but looking at the event nothing interesting.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions