Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Latest commit

 

History

History
55 lines (45 loc) · 2.02 KB

NOTICE.md

File metadata and controls

55 lines (45 loc) · 2.02 KB

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 construction 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 TLS/DTLS protocol is provided by the mbedTLS package, which is open source software, written and copyright by ARM with an Apache 2.0 license. The original software is available from https://github.com/ARMmbed/mbedtls

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/

The Linked List macro(utlist.h) is provided by the uthash package, which is open source software, written and copyright by Troy D. Hanson with an BSD license. The original software is available from https://github.com/troydhanson/uthash