• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

doc/11-Mar-2024-2,3971,838

examples/11-Mar-2024-5,6923,810

include/coap/11-Mar-2024-5,2172,635

m4/11-Mar-2024-150144

scripts/11-Mar-2024-3124

src/11-Mar-2024-5,8013,992

tests/11-Mar-2024-3,2952,336

.gitignoreD11-Mar-2024962 6356

.travis.ymlD11-Mar-2024372 2822

AUTHORSD11-Mar-202470 42

CONTRIBUTED11-Mar-20249.1 KiB220173

COPYINGD11-Mar-2024279 74

ChangeLogD11-Mar-20246.9 KiB221138

LICENSE.BSDD11-Mar-20241.3 KiB2722

LICENSE.GPLD11-Mar-202414.9 KiB281237

Makefile.amD11-Mar-20245.4 KiB15893

Makefile.libcoapD11-Mar-2024302 84

NEWSD11-Mar-20240

READMED11-Mar-20241.1 KiB3122

README.mdD11-Mar-20241.1 KiB3122

TODOD11-Mar-20242.1 KiB6256

autogen.shD11-Mar-20243 KiB12592

configure.acD11-Mar-202414.7 KiB391348

libcoap-1.mapD11-Mar-20242.3 KiB117116

libcoap-1.pc.inD11-Mar-2024243 1210

libcoap-1.symD11-Mar-20242 KiB112111

README

1libcoap: A C implementation of IETF Constrained Application Protocol (RFC 7252)
2
3Copyright (C) 2010--2015 by Olaf Bergmann <bergmann@tzi.org>
4
5ABOUT LIBCOAP
6=============
7
8libcoap is a C implementation of a lightweight application-protocol
9for devices that are constrained their resources such as computing
10power, RF range, memory, bandwith, or network packet sizes. This
11protocol, CoAP, is standardized by the IETF as RFC 7252. For further
12information related to CoAP, see <http://coap.technology>.
13
14PACKAGE CONTENTS
15================
16
17This directory contains a protocol parser and basic networking
18functions for platform with support for malloc() and BSD-style
19sockets. The examples directory contains a client and a server to
20demonstrate the use of this library.
21
22LICENSE INFORMATION
23===================
24
25This library is published as open-source software without any warranty
26of any kind. Use is permitted under the terms of the GNU General
27Public License (GPL), Version 2 or higher, OR the simplified BSD
28license. Please refer to LICENSE.GPL oder LICENSE.BSD for further
29details.
30
31

README.md

1libcoap: A C implementation of IETF Constrained Application Protocol (RFC 7252)
2
3Copyright (C) 2010--2015 by Olaf Bergmann <bergmann@tzi.org>
4
5ABOUT LIBCOAP
6=============
7
8libcoap is a C implementation of a lightweight application-protocol
9for devices that are constrained their resources such as computing
10power, RF range, memory, bandwith, or network packet sizes. This
11protocol, CoAP, is standardized by the IETF as RFC 7252. For further
12information related to CoAP, see <http://coap.technology>.
13
14PACKAGE CONTENTS
15================
16
17This directory contains a protocol parser and basic networking
18functions for platform with support for malloc() and BSD-style
19sockets. The examples directory contains a client and a server to
20demonstrate the use of this library.
21
22LICENSE INFORMATION
23===================
24
25This library is published as open-source software without any warranty
26of any kind. Use is permitted under the terms of the GNU General
27Public License (GPL), Version 2 or higher, OR the simplified BSD
28license. Please refer to LICENSE.GPL oder LICENSE.BSD for further
29details.
30
31