Azure / iot-edge-opc-proxy-api-csharp

OPC Proxy API
16 stars 7 forks source link

iot proxy opcua endpoint #5

Closed yamashinmk2 closed 6 years ago

yamashinmk2 commented 6 years ago

Where to find opcua endpoint of iot opcua proxy?

marcschier commented 6 years ago

The OPC proxy edge module itself can be found at https://github.com/Azure/iot-edge-opc-proxy. In addition to the proxy you will need to run a OPC UA server in the same network as your proxy instance. You can use the OPC Foundation reference servers which you can also find on GitHub (OPCFoundation team). But any other server should work (provided you can establish mutual trust between the client and server beforehand). If you then use the OPC UA client sample included in the samples folder and point it to the host name of the OPC UA server, it will run through several services on the OPC UA server, using the proxy as a relay/reverse proxy.