mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
.. | ||
mdnsd@488d24fb9d | ||
mqtt-c@0f4c34c8cc | ||
nodesetLoader@d25596becd | ||
ua-nodeset@9cd8699c3a | ||
base64.c | ||
base64.h | ||
cj5.c | ||
cj5.h | ||
dtoa.c | ||
dtoa.h | ||
itoa.c | ||
itoa.h | ||
libc_time.c | ||
libc_time.h | ||
mp_printf.c | ||
mp_printf.h | ||
musl_inet_pton.c | ||
musl_inet_pton.h | ||
open62541_queue.h | ||
parse_num.c | ||
parse_num.h | ||
pcg_basic.c | ||
pcg_basic.h | ||
README.md | ||
tr_dirent.h | ||
utf8.c | ||
utf8.h | ||
yxml.c | ||
yxml.h | ||
ziptree.c | ||
ziptree.h |
open62541 Third-Party libraries
Specific optional features are dependent on third-party libraries.
Any third-party library which may be used is inside this /deps
folder.
Up to now all these libraries have a less strict License compared to MPL 2.0. Still you should make sure that the corresponding third-party license matches your needs.
The following third party libraries may be included -- depending on the activated features.
Library | License | Description |
---|---|---|
mdnsd | BSD-3-Clause | mDNS library |
ua-nodeset | MIT | Official OPC UA Nodeset files by the OPCF |
parse_num | MIT | Char to int conversion, from musl |
base64 | BSD | Base64 encoding and decoding |
itoa | MIT | Int to char conversion |
open62541_queue | BSD-3-Clause | FIFO and LIFO queue implementation |
pcg_basic | Apache License 2 | Random Number Generation |
ziptree | MPL 2.0 | Reusable zip tree implementation |
mqtt-c | MIT | a portable MQTT client in C |
dtoa | BSL (Boost) | Printing of float numbers |
mp_printf | MIT | Our version of github:mpaland/printf |
utf8 | MPL 2.0 | Lightweight utf8 de/encoding |
tr_dirent | MIT | Dirent interface for Microsoft Visual Studio |
yxml | MIT | Small XML parser (https://dev.yorhel.nl/yxml) |
musl_inet_pton | MIT | A musl implementation of the inet_pton function |