You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,27 @@ FreeOpcUa is a project to implement an open-source (LGPL/GPL) OPC-UA stack and a
2
2
3
3
Currently FreeOpcUa is composed of:
4
4
5
-
* An asynchronous LGPL Python OPC-UA client and server library: https://github.com/FreeOpcUa/opcua-asyncio also including sync wrappers. this iscurrently the most active project
5
+
* An asynchronous LGPL Python OPC-UA client and server library: <https://github.com/FreeOpcUa/opcua-asyncio> also including sync wrappers. this iscurrently the most active project
6
6
* Install using `pip install asyncua`
7
7
* Command line tools can be found in the [tools](https://github.com/FreeOpcUa/opcua-asyncio/tree/master/tools) subdirectory ([doc](https://github.com/FreeOpcUa/opcua-asyncio#documentation))
8
8
9
-
* A GPL Python GUI client: https://github.com/FreeOpcUa/opcua-client-gui
9
+
* A GPL Python GUI client: <https://github.com/FreeOpcUa/opcua-client-gui>
10
10
* Install using `pip install opcua-client`
11
11
12
12
The following projcts are deprecated or not maintained anymore:
13
-
* A synchronous LGPL Python OPC-UA client and server library (written entirely in Python): https://github.com/FreeOpcUa/python-opcua
13
+
* A synchronous LGPL Python OPC-UA client and server library (written entirely in Python): <https://github.com/FreeOpcUa/python-opcua>
14
14
* Install using `pip install opcua`
15
15
* Command line tools can be found in the [tools](https://github.com/FreeOpcUa/python-opcua/tree/master/tools) subdirectory ([doc](https://github.com/FreeOpcUa/python-opcua#documentation))
16
16
17
-
* A LGPL C++ library to develop server and client OPC-UA applications: https://github.com/FreeOpcUa/freeopcua (CURRENTLY UNMAINTAINED)
17
+
* A LGPL C++ library to develop server and client OPC-UA applications: <https://github.com/FreeOpcUa/freeopcua> (CURRENTLY UNMAINTAINED)
18
18
* Python bindings can be found in the [python](https://github.com/FreeOpcUa/freeopcua/tree/master/python) subdirectory
19
19
20
20
21
-
* A GPL Python GUI to create OPC-UA nodes and save them to xml: https://github.com/FreeOpcUa/opcua-modeler
21
+
* A GPL Python GUI to create OPC-UA nodes and save them to xml: <https://github.com/FreeOpcUa/opcua-modeler>
22
22
* Install using `pip install opcua-modeler`
23
23
24
-
* Discussions: https://github.com/FreeOpcUa/python-opcua/discussions and https://github.com/FreeOpcUa/opcua-asyncio/discussions
25
-
* Source code: https://github.com/FreeOpcUa
24
+
* Discussions: <https://github.com/FreeOpcUa/python-opcua/discussions> and <https://github.com/FreeOpcUa/opcua-asyncio/discussions>
0 commit comments