[go: up one dir, main page]

Menu

Tree [6e2933] v4.1.1 v4_1_1 /
 History

HTTPS access


File Date Author Commit
 doc 2011-06-02 Olaf Bergmann Olaf Bergmann [1c6bb8] turned on JAVADOC_AUTOBRIEF
 examples 2014-02-04 Olaf Bergmann Olaf Bergmann [a3a17f] use coap_opt_block_num() instead of COAP_OPT_BL...
 tests 2013-11-10 Olaf Bergmann Olaf Bergmann [652bdd] resolved conflict after cherry-picking from bra...
 AUTHORS 2010-10-18 Olaf Bergmann Olaf Bergmann [94cc2c] added license information and general project i...
 ChangeLog 2014-02-04 Olaf Bergmann Olaf Bergmann [46a107] update
 LICENSE.BSD 2011-06-01 Olaf Bergmann Olaf Bergmann [301200] The new licensing option you can use from now o...
 LICENSE.GPL 2011-05-24 Olaf Bergmann Olaf Bergmann [c9c76a] Include BSD as additional licensing option (see...
 Makefile.contiki 2012-01-20 Olaf Bergmann Olaf Bergmann [273bbd] set virtual addresses for platform minimal-net
 Makefile.in 2014-02-04 Olaf Bergmann Olaf Bergmann [160f57] include tests with distribution
 Makefile.libcoap 2012-01-06 Olaf Bergmann Olaf Bergmann [d1e394] functions required for coap-observe
 README 2013-01-21 Olaf Bergmann Olaf Bergmann [107f6c] fixed year in copyright note
 address.h 2013-05-24 chrysn chrysn [8fac6e] introduce WITH_POSIX (as compared to WITH_COAP ...
 async.c 2013-02-01 Olaf Bergmann Olaf Bergmann [6a6135] removed unused option iterator
 async.h 2011-06-23 Olaf Bergmann Olaf Bergmann [8dcaf0] More support for asynchronous transactions ('se...
 bits.h 2012-03-09 Olaf Bergmann Olaf Bergmann [45e536] added missing header include
 block.c 2014-02-04 Olaf Bergmann Olaf Bergmann [b5fe35] Fixed handling of zero-length options in COAP_O...
 block.h 2014-02-04 Olaf Bergmann Olaf Bergmann [b5fe35] Fixed handling of zero-length options in COAP_O...
 coap-observer.c 2012-05-29 Olaf Bergmann Olaf Bergmann [28a6d4] fixed bug #3524612 (Double free error when coap...
 coap-server.c 2012-08-29 Thomas Pötsch Thomas Pötsch [f64a83] fixed typo in coap_resource_t
 coap.h 2013-11-19 Dag Björklund Dag Björklund [07065b] adding extern C to make libcoap c++ compilable
 coap_list.c 2011-12-11 Olaf Bergmann Olaf Bergmann [830a4c] more debug stuff
 coap_list.h 2011-12-07 Olaf Bergmann Olaf Bergmann [2746d0] Initial version for Contiki-Server (target mini...
 coap_time.h 2013-11-19 Dag Björklund Dag Björklund [07065b] adding extern C to make libcoap c++ compilable
 config.h.contiki 2013-05-24 chrysn chrysn [e74a4c] further use of WITH_POSIX
 config.h.in 2013-12-30 Olaf Bergmann Olaf Bergmann [3f69cd] Use log levels from syslog.h when available.
 config.h.lwip 2013-06-06 chrysn chrysn [49ad7b] use lwip provided time function
 configure.in 2014-02-05 Olaf Bergmann Olaf Bergmann [6e2933] Updated version number after merging with branc...
 debug.c 2013-12-30 Olaf Bergmann Olaf Bergmann [3f69cd] Use log levels from syslog.h when available.
 debug.h 2013-12-30 Olaf Bergmann Olaf Bergmann [3f69cd] Use log levels from syslog.h when available.
 encode.c 2012-03-14 Olaf Bergmann Olaf Bergmann [c6473c] improved encoding of zero-length options
 encode.h 2012-03-07 Olaf Bergmann Olaf Bergmann [783aca] resolved naming issue reported by Silke Schaefer
 hashkey.c 2011-06-13 Olaf Bergmann Olaf Bergmann [ae79b6] minor fixes
 hashkey.h 2011-06-13 Olaf Bergmann Olaf Bergmann [ae79b6] minor fixes
 lwippools.h 2013-06-05 chrysn chrysn [119932] fix wrong name for memp resource
 mem.h 2011-06-02 Olaf Bergmann Olaf Bergmann [3358f2] Fixed license info.
 net.c 2014-02-04 Olaf Bergmann Olaf Bergmann [660dee] Support for block-wise transfer of /.well-known...
 net.h 2013-12-30 Olaf Bergmann Olaf Bergmann [2d5701] removed comment
 option.c 2013-04-27 chrysn chrysn [1715b8] declare the inline function opt_finished static
 option.h 2013-09-03 Olaf Bergmann Olaf Bergmann [3e47b6] increased size of argument type to support larg...
 pdu.c 2013-10-19 chrysn chrysn [c983c8] check for an error case
 pdu.h 2013-06-05 chrysn chrysn [205520] zero-copy package reception
 prng.h 2013-08-09 Olaf Bergmann Olaf Bergmann [e4f922] bugfix: set new random value when more than siz...
 resource.c 2014-02-04 Olaf Bergmann Olaf Bergmann [660dee] Support for block-wise transfer of /.well-known...
 resource.h 2014-02-04 Olaf Bergmann Olaf Bergmann [660dee] Support for block-wise transfer of /.well-known...
 str.c 2011-12-11 Olaf Bergmann Olaf Bergmann [fae51d] cleaned debug stuff
 str.h 2011-06-02 Olaf Bergmann Olaf Bergmann [3358f2] Fixed license info.
 subscribe.c 2013-07-23 Olaf Bergmann Olaf Bergmann [accc09] notifications and observer removal according to...
 subscribe.h 2013-11-14 chrysn chrysn [42296f] introduce partiallydirty resources and dirty su...
 t_list.h 2013-11-19 Dag Björklund Dag Björklund [c23483] renaming parameters named list, as there is a s...
 uri.c 2013-01-07 Olaf Bergmann Olaf Bergmann [c6412f] Rework of option parser to support "Klaus encod...
 uri.h 2013-01-07 Olaf Bergmann Olaf Bergmann [c6412f] Rework of option parser to support "Klaus encod...
 uthash.h 2011-12-11 Olaf Bergmann Olaf Bergmann [9af40a] quick hack to make hash tables from uthash comp...
 utlist.h 2011-06-16 Olaf Bergmann Olaf Bergmann [a9fe11] added missing file

Read Me

libcoap: A C implementation of IETF Core Application protocol

Copyright (C) 2010--2013 by Olaf Bergmann <bergmann@tzi.org>

ABOUT LIBCOAP 

libcoap is a C implementation of a lightweight application-protocol
for devices that are constrained their resources such as computing
power, RF range, memory, bandwith, or network packet sizes. This
protocol, CoAP, is developed in the IETF working group "Constrained
RESTful Environments (core)", see <http://6lowapp.net>.

PACKAGE CONTENTS

This directory contains a protocol parser and basic networking
functions for platform with support for malloc() and BSD-style
sockets. The examples directory contains a client and a server to
demonstrate the use of this library. 

LICENSE INFORMATION

This library is published as open-source software without any warranty
of any kind. Use is permitted under the terms of the GNU General
Public License (GPL), Version 2 or higher, OR the revised BSD
license. Please refer to LICENSE.GPL oder LICENSE.BSD for further
details.