Skip to content

Commit

Permalink
Remove open62541 conan (#164)
Browse files Browse the repository at this point in the history
* remove open62541 from conanfile.txt

* update readme
  • Loading branch information
matkonnerth authored Aug 21, 2021
1 parent 2c367d7 commit 7272d92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ nodesetLoader is a library written in C99 for the purpose of loading OPC UA node
MPL2.0 https://github.com/matkonnerth/nodesetLoader/blob/master/LICENSE

# Current status
Official release v0.2.0 is tagged. Please be aware that interface may change in future releases.
Official release v0.4.0 is tagged. Please be aware that interface may change in future releases.

Supported operating systems: Linux, Windows (rudimentary)

#### Backend open62541

Supported open62541 version: 1.2.x
Support for loading values with datatypes from namespace 0 or custom namespaces
Support parsing of extensions (via a callback interface)

Expand Down Expand Up @@ -82,9 +84,3 @@ backends/open62541/examples/server <pathToNodeset>
Here's an example repo, consuming open62541 and NodesetLoader via cmake find_package:
https://github.com/matkonnerth/nodesetLoader_usage
### conan package
repo containing the conan recipe: https://github.com/matkonnerth/conan-nodesetloader
1 change: 0 additions & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ cmake_paths

[requires]
libxml2/2.9.9
open62541/1.1.6
libcheck/0.15.2

[options]
Expand Down

0 comments on commit 7272d92

Please sign in to comment.