OPCUaClient icon indicating copy to clipboard operation
OPCUaClient copied to clipboard

Client for OPC UA Server

Results 6 OPCUaClient issues
Sort by recently updated
recently updated
newest added

[Solves https://github.com/advisories/GHSA-4cvp-hr63-822j ](https://github.com/advisories/GHSA-4cvp-hr63-822j)

### Added possibility to change namespace index (default namespace index is 2) Closes #1 ```cs // Fixed namespace index client.NamespaceIndex = 3; // From URI client.SetNamespaceIndexFromUri("urn://N44/Ua/Device1"); // From identifier client.SetNamespaceIndexFromIdentifier("ua-server-identifier");...

can provider some method to cancel monitoring?

Hi Luis, Thanks for your great work on this project. It is very easy to use. But I ran into the problem that the Dot-Seperator is hardcoded in your classes....

Hi Luis You could put multiple addresses in one subscription. I did it like this: Note: I need the namespace 3. In your code, the value is fixed to value...

This library does not appear to support Opc ua server version 1.03