asyncua (EN)
LibraryPython library for implementing OPC UA clients
Architecture
flowchart LR A[Python application] --> B[asyncua client] B --> C[OPC UA server] C --> D[Data source] C --> E[Methods] C --> F[Events]
In Context
- Typically used together with Python frameworks such as asyncio
- Related to: OPC UA, PyOPC, UA-X
- Example use: Industrial automation, IIoT applications, data acquisition from control systems