Stefan Profanter bcc08ede05 docs: Add better documentation on third-party licenses преди 4 години
..
jsmn bcc08ede05 docs: Add better documentation on third-party licenses преди 4 години
mdnsd @ 8fe3a7e7e9 1017c197ab Update mdnsd submodule преди 5 години
musl af9c7c2522 JSON: Add musl functions for float parsing without standard libc преди 5 години
ua-nodeset @ 0777abd1bc 6474270eb4 Update UA-Nodeset to Head of official v1.04 branch преди 5 години
README.md bcc08ede05 docs: Add better documentation on third-party licenses преди 4 години
atoi.c a542af9e95 JSON: Add atoi external dependency преди 5 години
atoi.h c9c818868f Move header files to a more unix-like structure преди 5 години
base64.c fb4a98f655 JSON: Switch to another base64 implementation after oss-fuzz problems преди 4 години
base64.h fb4a98f655 JSON: Switch to another base64 implementation after oss-fuzz problems преди 4 години
itoa.c a542af9e95 JSON: Add atoi external dependency преди 5 години
itoa.h 63f3653ff1 Additional header cleanup and consistent name of ns generated files преди 5 години
libc_time.c 055b1a0484 fix(core): Simplify time conversion and fix an edge case for negative dates преди 4 години
libc_time.h 055b1a0484 fix(core): Simplify time conversion and fix an edge case for negative dates преди 4 години
ms_stdint.h e7a732917c removed license note from files of the deps folder преди 7 години
open62541_queue.h 18e3d5a6d7 Rename queue.h to avoid name collision with bsd OS преди 5 години
pcg_basic.c e7a732917c removed license note from files of the deps folder преди 7 години
pcg_basic.h c9c818868f Move header files to a more unix-like structure преди 5 години
string_escape.c 5c4fa843f7 JSON: Add string escape external dependency преди 5 години
string_escape.h f19a6a1839 Stack: Correct include for architecture related headers преди 5 години
ziptree.h 9e95f3d767 Stack: Various small reformatting to fix build after running clang-format преди 5 години

README.md

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. Anyways you should make sure that the corresponding third-party license matches your needs.

Here's a list of third party libraries:

Library License Description
jsmn MIT json parser
mdnsd BSD-3-Clause mDNS library
musl MIT libc extensions
ua-nodeset MIT Official OPC UA Nodeset files by the OPCF
atoi MIT Char to int conversion, from musl
base64 BSD Base64 encoding and decoding
itoa MIT Int to char conversion
ms_stdint BSD-3-Clause Replacement for stdint on older Visual Studio
open62541_queue BSD-3-Clause FIFO and LIFO queue implementation
pcg_basic Apache License 2 Random Number Generation
string_escape MIT utf8 encoding and decoding
ziptree MPL 2.0 Reusable zip tree implementation