2 Copyright (c) 2014, 2015 IoTivity
4 This product includes software developed as part of
5 the IoTivity (http://www.iotivity.org/) project.
10 Software construction is provided by SCons a python-based software
11 constrution tools which is open source software with copyright
12 by The SCons Foundation with an MIT license. The original software
14 http://scons.org/download.php
16 Android binaries are created using the Android SDK and NDK provided
17 by Google. The original software can be found at
18 https://developer.android.com/sdk
23 The CoAP protocol is provided by the libcoap package,
24 which is open source software, written and copyright by Olaf Bergmann
25 with a BSD and GPLv2 license. The original software is available from
26 http://sourceforge.net/projects/libcoap/
28 The TLS/DTLS protocol is provided by the mbedTLS package,
29 which is open source software, written and copyright by ARM
30 with an Apache 2.0 license.
31 The original software is available from
32 https://github.com/ARMmbed/mbedtls
34 This project relies on utilities in the Boost C++library which is open
35 source software with a Boost Software License v1.0. The details of the
36 license can be found at
37 http://www.boost.org/users/license.html
38 The original software is available from
39 http://sourceforge.net/projects/boost/files/boost
41 CBOR serialization is provided by the tinycbor package,
42 which is open source software, written by Thiago Macieira and is
43 copyright by the Intel Corporation. The original software is available
45 https://github.com/01org/tinycbor/
46 JSON serialization is provided by the cjson package,
47 which is open source software, written and copyright by Dave Gamble
48 with an MIT license. The original software is available from
49 http://sourceforge.net/projects/cjson/
51 The Linked List macro(utlist.h) is provided by the uthash package,
52 which is open source software, written and copyright by Troy D. Hanson
54 The original software is available from
55 https://github.com/troydhanson/uthash