Stefan Profanter 9e0a81f518 fix: update mdnsd to fix minor memory issues лет назад: 4
..
jsmn bcc08ede05 docs: Add better documentation on third-party licenses лет назад: 4
mdnsd @ f7f0dd543f 9e0a81f518 fix: update mdnsd to fix minor memory issues лет назад: 4
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 ad52836b5e fix(json): signed integer overflow if value is UA_INT64_MIN лет назад: 4
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