Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.34 KB

File metadata and controls

33 lines (23 loc) · 1.34 KB

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 with pip install opcua
  • A GUI client and a GUI modeler to create OPC UA nodes and save them to xml
    Install the client using pip install freeopcua-client
  • Command line tools
    Install with pip install freeopcua-python or apt install python-opcua-tools (Ubuntu 18.04 and newer)

Links

Screenshots

Client GUI

Screenshot

Modeler

Screenshot