open62541/1.5.0
open62541 is an open source and free implementation of OPC UA (OPC Unified Architecture) written in the common subset of the C99 and C++98 languages. The library is usable with all major compilers and provides the necessary tools to implement dedicated OPC UA clients and servers, or to integrate OPC UA-based communication into existing applications. open62541 library is platform independent. All platform-specific functionality is implemented via exchangeable plugins. Plugin implementations are provided for the major operating systems.
Using open62541
Loading usage information…
Packages
Dependencies
Loading dependencies…
🔍 Ready to secure your dependencies in seconds?
- Register for free at audit.conan.io/register.
- Save your token and activate it via the confirmation email you receive.
- Configure Conan to use your token:conan audit provider auth conancenter --token=<token>
- Scan for vulnerabilities:# Check a specific reference
conan audit list open62541/1.5.0# Scan the entire dependency graph
conan audit scan --requires=open62541/1.5.0
Note: For more details on the Conan Audit command, please read this post.
Tip: To avoid exposing your token in shell history, authenticate using an environment variable (e.g. CONAN_AUDIT_PROVIDER_TOKEN_CONANCENTER=<token>). For more info, see the documentation.