Skip to content

Commit 52fd21a

Browse files
committed
Improve page structure
1 parent 13e7fb0 commit 52fd21a

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

index.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,33 @@
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.
22

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:
94

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)
1213

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
1419

20+
## Links
1521

16-
![Screenshot](/screenshot.png?raw=true "Screenshot")
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
1726

18-
Screenshot of modeler:
27+
### Client GUI
28+
29+
![Screenshot](/screenshot.png?raw=true "Screenshot")
1930

31+
### Modeler
2032

2133
![Screenshot](/screenshot-modeler.png?raw=true "Screenshot")

0 commit comments

Comments
 (0)