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
+11-4
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,23 @@
1
1
FreeOpcUa is a project to implement an open-source (LGPL/GPL) OPC-UA stack and associated tools.
2
2
3
-
Currently FreeOpcUa is composed of
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
6
+
* Install using `pip install asyncua`
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
+
9
+
* A GPL Python GUI client: https://github.com/FreeOpcUa/opcua-client-gui
10
+
* Install using `pip install opcua-client`
11
+
12
+
The following projcts are deprecated or not maintained anymore:
5
13
* A synchronous LGPL Python OPC-UA client and server library (written entirely in Python): https://github.com/FreeOpcUa/python-opcua
6
14
* Install using `pip install opcua`
7
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))
8
-
* An asynchronous LGPL Python OPC-UA client and server library: https://github.com/FreeOpcUa/opcua-asyncio
16
+
9
17
* A LGPL C++ library to develop server and client OPC-UA applications: https://github.com/FreeOpcUa/freeopcua (CURRENTLY UNMAINTAINED)
10
18
* Python bindings can be found in the [python](https://github.com/FreeOpcUa/freeopcua/tree/master/python) subdirectory
11
19
12
-
* A GPL Python GUI client: https://github.com/FreeOpcUa/opcua-client-gui
13
-
* Install using `pip install opcua-client`
20
+
14
21
* A GPL Python GUI to create OPC-UA nodes and save them to xml: https://github.com/FreeOpcUa/opcua-modeler
0 commit comments