FreeOpcUa is a project to implement an open-source (LGPL) OPC UA stack and associated tools.
Currently FreeOpcUa is composed of:
- An LGPL C++ library to develop server and client OPC UA applications. Python bindings can be found in the opcua-python repository on GitHub.
- An LGPL OPC UA Client and Server library in Python
Install withpip install opcua - A GUI client and a GUI modeler to create OPC UA nodes and save them to xml
Install the client usingpip install freeopcua-client - Command line tools
Install withpip install freeopcua-pythonorapt install python-opcua-tools(Ubuntu 18.04 and newer)
- Mailing list: https://groups.google.com/forum/#!forum/freeopcua
- Source code: https://github.com/FreeOpcUa

