IoTivity Copyright (c) 2014, 2015 IoTivity This product includes software developed as part of the IoTivity (http://www.iotivity.org/) project. Tools and Utilities =================== Software construction is provided by SCons a python-based software constrution tools which is open source software with copyright by The SCons Foundation with an MIT license. The original software is available from http://scons.org/download.php Android binaries are created using the Android SDK and NDK provided by Google. The original software can be found at https://developer.android.com/sdk Libraries ========= The CoAP protocol is provided by the libcoap package, which is open source software, written and copyright by Olaf Bergmann with a BSD and GPLv2 license. The original software is available from http://sourceforge.net/projects/libcoap/ The DTLS protocol is provided by the tinyDTLS package, which is open source software, written and copyright by Olaf Bergmann with an MIT license. The tinyDTLS library relies on algorithms whose source is under a BSD license. The additional licenses can be viewed at http://tinydtls.sourceforge.net/ The original software is available from http://sourceforge.net/projects/tinydtls/ This project relies on utilities in the Boost C++library which is open source software with a Boost Software License v1.0. The details of the license can be found at http://www.boost.org/users/license.html The original software is available from http://sourceforge.net/projects/boost/files/boost CBOR serialization is provided by the tinycbor package, which is open source software, written by Thiago Macieira and is copyright by the Intel Corporation. The original software is available from https://github.com/01org/tinycbor/ JSON serialization is provided by the cjson package, which is open source software, written and copyright by Dave Gamble with an MIT license. The original software is available from http://sourceforge.net/projects/cjson/