Replies: 0 comments 4 replies
-
Hey ho, at first, remember that this repo is in maintainance mode. You may want to switch over to the most actual one here. For the Interface between the REST API and the OPC UA Server, you are on your own. We can only provide help for the server side itself. It sounds that you have to programm something which parses your json data and writes the values into the right nodes on server side with the Clients can get access on the OPC UA server via TCP-binary (since webservices are neither here nor on the new one realised). |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
I'm new to OPC UA and i have a requirement to read data from a REST API (data in json) & make the data available in OPC UA server, so OPC clients can connect to the server & gets the data. Its more like
REST API --> OPC UA Server --> OPC Clients.
I explored some options to check the possibility & its possible with https://www.opc-router.com/4-rest-protocol-web-services_en/ , I am looking for a similar solution in FreeOpcUa (with out UI etc but as a solution), Can you please suggest how to achieve this.
Beta Was this translation helpful? Give feedback.
All reactions