Publishin data to clients using milo vs http #1020
ronytesler
started this conversation in
General
Replies: 1 comment 5 replies
-
"Best" is up to you. Can you modify the clients of "A" to be OPC UA clients? Do you have the resources to turn "A" into a server as well? The HTTP (or maybe WebSocket) approach would work fine too. The clients would call an endpoint to set up a corresponding subscription with the desired publishing interval, etc... and then just poll or wait for data over a WebSocket. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an application 'A' that connects to some opcua servers. 'A' has its own clients that need to get the data from 'A'.
Different clients might need data from the same opcua servers, but with different publish time intervals.
What would be the best way to implement the communication between 'A' and its clients?
Beta Was this translation helpful? Give feedback.
All reactions