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