Skip to content

Commit 80b8676

Browse files
authored
Update index.md
1 parent 1578e73 commit 80b8676

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

index.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
FreeOpcUa is a project to implement an open-source (LGPL/GPL) OPC-UA stack and associated tools.
22

3-
Currently FreeOpcUa is composed of
3+
Currently FreeOpcUa is composed of:
44

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:
513
* A synchronous LGPL Python OPC-UA client and server library (written entirely in Python): https://github.com/FreeOpcUa/python-opcua
614
* Install using `pip install opcua`
715
* 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+
917
* A LGPL C++ library to develop server and client OPC-UA applications: https://github.com/FreeOpcUa/freeopcua (CURRENTLY UNMAINTAINED)
1018
* Python bindings can be found in the [python](https://github.com/FreeOpcUa/freeopcua/tree/master/python) subdirectory
1119

12-
* A GPL Python GUI client: https://github.com/FreeOpcUa/opcua-client-gui
13-
* Install using `pip install opcua-client`
20+
1421
* A GPL Python GUI to create OPC-UA nodes and save them to xml: https://github.com/FreeOpcUa/opcua-modeler
1522
* Install using `pip install opcua-modeler`
1623

0 commit comments

Comments
 (0)