blob: 89c49b3f657746edbd1c5b4c5405651111e6009e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
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 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
|