|
@@ -3,7 +3,7 @@ open62541
|
|
|
|
|
|
open62541 (http://open62541.org) is an open source and free implementation of OPC UA (OPC Unified Architecture). open62541 is a C-based library that contains all the necessary tools to set up a dedicated OPC UA server or to integrate OPC UA-based communication into existing applications (linking with C++ projects [is possible](examples/server.cpp)). An example server implementation can be found in the [/examples](examples/) directory or further down on this page.
|
|
|
|
|
|
-open62541 is licensed under the LGPL + static linking exception. That means **open62541 can be freely used also in commercial projects**, although changes to the open62541 library itself need to be released under the same license. The server and client implementations in the /examples directory are in the public domain (CC0 license). They can be used under any license and changes don't have to be published.
|
|
|
+open62541 is licensed under the LGPL + static linking exception. That means **open62541 can be freely used also in commercial projects**, although changes to the open62541 library itself need to be released under the same license. The server and client implementations in the [/examples](examples/) directory are in the public domain (CC0 license). They can be used under any license and changes don't have to be published.
|
|
|
|
|
|
[](https://www.ohloh.net/p/open62541)
|
|
|
[](https://travis-ci.org/acplt/open62541)
|
|
@@ -20,7 +20,7 @@ For discussion and help, you can use
|
|
|
- the [bugtracker](https://github.com/acplt/open62541/issues)
|
|
|
|
|
|
### Contribute to open62541
|
|
|
-As an open source project, we invite new contributors to help improving open6241. If you are a developer, your bugfixes and new features are very welcome. Note that there are ways to contribute even without deep knowledge of the project or the UA standard:
|
|
|
+As an open source project, we invite new contributors to help improving open62541. If you are a developer, your bugfixes and new features are very welcome. Note that there are ways to contribute even without deep knowledge of the project or the UA standard:
|
|
|
- [Report bugs](https://github.com/acplt/open62541/issues)
|
|
|
- Improve the [documentation](http://open62541.org/doc)
|
|
|
- Work on issues marked as "[easy hacks](https://github.com/acplt/open62541/labels/easy%20hack)"
|