Page 1 of 1

Client & Server in the same App

Posted: 24 Apr 2019, 14:33
by samuel.carretero
Is it possible to have a client and an opcua server in the same program ?

Re: Client & Server in the same App

Posted: 26 Apr 2019, 14:11
by Support Team
Hello Samuel,

yes, using the AnsiC SDK you can run server and client simultaneously in one application. Please note that UaBase_DoCom has to be called from one single thread (not from different ones), and that all client actions have to be made from within this thread. Please also see http://documentation.unified-automation ... ation.html for more information.