|
@@ -3,13 +3,13 @@ open62541
|
|
|
|
|
|
open62541 (http://open62541.org) is an open-source implementation of OPC UA (OPC Unified Architecture) licensed under LGPL + static linking exception. The open62541 library can be used to build a dedicated OPC UA server or to integrate OPC UA-based communication into existing applications.
|
|
|
|
|
|
-The project is in an early stage but already usable. See below for an simple server implemenation that provides access to a single variable.
|
|
|
-
|
|
|
[](https://www.ohloh.net/p/open62541)
|
|
|
[](https://travis-ci.org/acplt/open62541)
|
|
|
[](https://coveralls.io/r/acplt/open62541?branch=master)
|
|
|
[](https://scan.coverity.com/projects/1864)
|
|
|
|
|
|
+The project is in an early stage but already usable. See below for a simple server implemenation that provides access to a single variable.
|
|
|
+
|
|
|
### Documentation
|
|
|
The developer documentation is generated from Doxygen annotations in the source code: http://open62541.org/doc.
|
|
|
Build instruction can be found under https://github.com/acplt/open62541/wiki/Building-open62541.
|