|
1 | | -FreeOpcUa is a project to implement an open-source (LGPL) OPC-UA stack and associated tools. |
| 1 | +FreeOpcUa is a project to implement an open-source (LGPL) OPC UA stack and associated tools. |
2 | 2 |
|
3 | | -Currently FreeOpcUa is composed of |
4 | | -* A LGPL C++ library to develop server and client OPC-UA applications. Python bindings can be found in the opcua-python repository. https://github.com/FreeOpcUa/freeopcua |
5 | | -* A LGPL Python OPC-UA Python Client and Server library, written entirely in python, available at: https://github.com/FreeOpcUa/python-opcua (install using pip install opcua) |
6 | | -* A GUI client https://github.com/FreeOpcUa/opcua-client-gui (install using pip install freeopcua-client) |
7 | | -* Command line tools installed with freeopcua-python https://github.com/FreeOpcUa/python-opcua/tree/master/tools |
8 | | -* A GUI to create OPC UA nodes and save them to xml https://github.com/FreeOpcUa/opcua-modeler |
| 3 | +Currently FreeOpcUa is composed of: |
9 | 4 |
|
10 | | -* Mailing list: https://groups.google.com/forum/#!forum/freeopcua |
11 | | -* Source code: https://github.com/FreeOpcUa |
| 5 | +* An LGPL **[C++ library][c-lib]** to develop server and client OPC UA applications. |
| 6 | + Python bindings can be found in the opcua-python repository on GitHub. |
| 7 | +* An LGPL OPC UA **[Client and Server library in Python][py-lib]** |
| 8 | + Install with `pip install opcua` |
| 9 | +* A **[GUI client][gui]** and a **[GUI modeler][modeler]** to create OPC UA nodes and save them to xml |
| 10 | + Install the client using `pip install freeopcua-client` |
| 11 | +* **[Command line tools][tools]** |
| 12 | + Install with `pip install freeopcua-python` or `apt install python-opcua-tools` (Ubuntu 18.04 and newer) |
12 | 13 |
|
13 | | -Screenshot of client GUI: |
| 14 | +[c-lib]: https://github.com/FreeOpcUa/freeopcua |
| 15 | +[py-lib]: https://github.com/FreeOpcUa/python-opcua |
| 16 | +[gui]: https://github.com/FreeOpcUa/opcua-client-gui |
| 17 | +[modeler]: https://github.com/FreeOpcUa/opcua-modeler |
| 18 | +[tools]: https://github.com/FreeOpcUa/python-opcua/tree/master/tools |
14 | 19 |
|
| 20 | +## Links |
15 | 21 |
|
16 | | - |
| 22 | +* Mailing list: [https://groups.google.com/forum/#!forum/freeopcua](https://groups.google.com/forum/#!forum/freeopcua) |
| 23 | +* Source code: [https://github.com/FreeOpcUa](https://github.com/FreeOpcUa) |
| 24 | + |
| 25 | +## Screenshots |
17 | 26 |
|
18 | | -Screenshot of modeler: |
| 27 | +### Client GUI |
| 28 | + |
| 29 | + |
19 | 30 |
|
| 31 | +### Modeler |
20 | 32 |
|
21 | 33 |  |
0 commit comments