Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 611 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 611 Bytes

Learn how to build OPC-UA clients; a step-by-step guide.

We recommend starting with example one, which is started as follows:

mako -l::<directory_path>

See the Mako Server command line video tutorial for more information on how to start the Mako Server.

  1. "start": How to set up an OPC-UA client and work with it. This example show how to cinnect to server, Browse address space

  2. "auth_username": How to autenticate on a server with using user name and password

  3. "auth_x509": How to authenticate on a server with using x509 certificate/private key