Can anyone help me out to implement the OPC UA client implementation using the OPC Foundation ANSI C Stack. I believe that only the server implementation is available in the repository, so far.
I have the OPC UA server working using the OPC Foundation ANSI C stack and i'm using the GUI client to communicate to the server.
It would be great if anyone helps me out to implement a simple client using the OPC Foundation ANSI C stack to connect to the server and do a data access (single variable) from the server's address space.