=============== Client Overview =============== Creating a client ================= There is not much to it: Create a :class:`asyncua.client.client.Client` and your ready to go. The url is usually something like ``opc.tcp:\\:4840``, but you might check your server documentation to make sure your server runs actually on this port. Connecting to a server ====================== .. todo:: Show different examples, with / without security, ... Learn more about the server =========================== .. todo:: Things to show here: Namespaces, loading data type definitions, ... Browsing and accessing nodes ============================ .. todo:: Usage of shortcut objects (root, objects, ...)