iotivity 0.9.0
[platform/upstream/iotivity.git] / resource / csdk / connectivity / lib / libcoap-4.1.1 / README
1 libcoap: A C implementation of IETF Core Application protocol
2
3 Copyright (C) 2010--2013 by Olaf Bergmann <bergmann@tzi.org>
4
5 ABOUT LIBCOAP 
6
7 libcoap is a C implementation of a lightweight application-protocol
8 for devices that are constrained their resources such as computing
9 power, RF range, memory, bandwith, or network packet sizes. This
10 protocol, CoAP, is developed in the IETF working group "Constrained
11 RESTful Environments (core)", see <http://6lowapp.net>.
12
13 PACKAGE CONTENTS
14
15 This directory contains a protocol parser and basic networking
16 functions for platform with support for malloc() and BSD-style
17 sockets. The examples directory contains a client and a server to
18 demonstrate the use of this library. 
19
20 LICENSE INFORMATION
21
22 This library is published as open-source software without any warranty
23 of any kind. Use is permitted under the terms of the GNU General
24 Public License (GPL), Version 2 or higher, OR the revised BSD
25 license. Please refer to LICENSE.GPL oder LICENSE.BSD for further
26 details.
27