File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ nodesetLoader is a library written in C99 for the purpose of loading OPC UA node
55MPL2.0 https://github.com/matkonnerth/nodesetLoader/blob/master/LICENSE
66
77# Current status
8- Official release v0.2 .0 is tagged. Please be aware that interface may change in future releases.
8+ Official release v0.4 .0 is tagged. Please be aware that interface may change in future releases.
99
1010Supported operating systems: Linux, Windows (rudimentary)
1111
1212#### Backend open62541
13+
14+ Supported open62541 version: 1.2.x
1315Support for loading values with datatypes from namespace 0 or custom namespaces
1416Support parsing of extensions (via a callback interface)
1517
@@ -82,9 +84,3 @@ backends/open62541/examples/server <pathToNodeset>
8284
8385Here's an example repo, consuming open62541 and NodesetLoader via cmake find_package:
8486https://github.com/matkonnerth/nodesetLoader_usage
85-
86-
87- ### conan package
88-
89- repo containing the conan recipe: https://github.com/matkonnerth/conan-nodesetloader
90-
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ cmake_paths
44
55[requires]
66libxml2/2.9.9
7- open62541/1.1.6
87libcheck/0.15.2
98
109[options]
You can’t perform that action at this time.
0 commit comments