• Home
Name Date Size #Lines LOC

..--

build-env/12-May-2024-7149

cmake/12-May-2024-130113

doc/12-May-2024-3,5182,687

examples/12-May-2024-12,8289,401

include/12-May-2024-15,4235,960

m4/12-May-2024-293278

man/12-May-2024-12,70410,030

scripts/12-May-2024-335221

src/12-May-2024-41,10932,805

tests/12-May-2024-6,3824,704

win32/12-May-2024-3,2073,195

AUTHORSD12-May-2024166 87

BUILD.gnD12-May-20242 KiB9684

BUILDINGD12-May-20246.2 KiB211149

CMakeLists.txtD12-May-202430.9 KiB924820

CONTRIBUTED12-May-202410.8 KiB264203

COPYINGD12-May-2024328 75

ChangeLogD12-May-202413.7 KiB384278

DockerfileD12-May-2024136 85

HOWTO.dual.gnutlsD12-May-20242.5 KiB9990

HOWTO.dual.opensslD12-May-20241.6 KiB5144

HOWTO.dual.softhsm2D12-May-20242.9 KiB9178

HOWTO.pkcs11D12-May-20244.8 KiB130113

LICENSED12-May-20245.3 KiB125101

Makefile.amD12-May-202414.6 KiB368275

Makefile.libcoapD12-May-2024189 65

NEWSD12-May-20240

OAT.xmlD12-May-20247.8 KiB10651

READMED12-May-20244.6 KiB9863

README.OpenSourceD12-May-2024483 1211

README.mdD12-May-20244.6 KiB9863

SECURITY.mdD12-May-20241.4 KiB3424

TODOD12-May-2024817 2822

autogen.shD12-May-20243.5 KiB143104

bundle.jsonD12-May-2024905 3130

cmake-format.yamlD12-May-2024586 268

cmake_coap_config.h.inD12-May-20246.9 KiB211144

coap_config.h.contikiD12-May-20242.9 KiB10670

coap_config.h.riotD12-May-202410.2 KiB346273

coap_config.h.riot.inD12-May-202410.2 KiB346273

coap_config.h.windowsD12-May-20244.7 KiB186137

coap_config.h.windows.inD12-May-20244.7 KiB186137

configure.acD12-May-202455.6 KiB1,3311,186

libcoap-3.mapD12-May-20247.3 KiB296295

libcoap-3.pc.inD12-May-2024286 1311

libcoap-3.symD12-May-20246.4 KiB290289

README

1# libcoap: A C implementation of the Constrained Application Protocol (RFC 7252)
2
3[![Build Status: main](https://github.com/obgm/libcoap/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/obgm/libcoap/actions?query=branch:main)
4[![Build Status: develop](https://github.com/obgm/libcoap/actions/workflows/main.yml/badge.svg?branch=develop)](https://github.com/obgm/libcoap/actions?query=branch:develop)
5[![Static Analysis](https://scan.coverity.com/projects/10970/badge.svg?flat=1)](https://scan.coverity.com/projects/obgm-libcoap)
6[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/libcoap.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libcoap)
7[![CIFuzz Status](https://github.com/obgm/libcoap/actions/workflows/cifuzz.yml/badge.svg?branch=develop)](https://github.com/obgm/libcoap/actions/workflows/cifuzz.yml)
8[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
9
10Copyright (C) 2010—2023 by Olaf Bergmann <bergmann@tzi.org> and others
11
12ABOUT LIBCOAP
13=============
14
15libcoap is a C implementation of a lightweight application-protocol
16for devices that are constrained their resources such as computing
17power, RF range, memory, bandwidth, or network packet sizes. This
18protocol, CoAP, is standardized by the IETF as RFC 7252. For further
19information related to CoAP, see <https://coap.space> or
20[CoAP Wiki](https://en.wikipedia.org/wiki/Constrained_Application_Protocol).
21
22You might want to check out
23[libcoap-minimal](https://github.com/obgm/libcoap-minimal) for usage
24examples.
25
26DOCUMENTATION
27=============
28
29Documentation and further information can be found at
30<https://libcoap.net>.
31
32PACKAGE CONTENTS
33================
34
35This package contains a protocol parser and basic networking
36functions for platforms with support for malloc() and BSD-style
37sockets. In addition, there is support for Contiki-NG,
38Espressif/ESP-IDF, LwIP and RIOT-OS hosted environments.
39
40The following RFCs are supported
41
42* [RFC7252: The Constrained Application Protocol (CoAP)](https://rfc-editor.org/rfc/rfc7252)
43
44* [RFC7390: Group Communication for the Constrained Application Protocol (CoAP)](https://rfc-editor.org/rfc/rfc7390)
45
46* [RFC7641: Observing Resources in the Constrained Application Protocol (CoAP)](https://rfc-editor.org/rfc/rfc7641)
47
48* [RFC7959: Block-Wise Transfers in the Constrained Application Protocol (CoAP)](https://rfc-editor.org/rfc/rfc7959)
49
50* [RFC7967: Constrained Application Protocol (CoAP) Option for No Server Response](https://rfc-editor.org/rfc/rfc7967)
51
52* [RFC8132: PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)](https://rfc-editor.org/rfc/rfc8132)
53
54* [RFC8323: CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets](https://rfc-editor.org/rfc/rfc8323)
55
56* [RFC8516: "Too Many Requests" Response Code for the Constrained Application Protocol](https://rfc-editor.org/rfc/rfc8516)
57
58* [RFC8613: Object Security for Constrained RESTful Environments (OSCORE)](https://rfc-editor.org/rfc/rfc8613)
59
60* [RFC8768: Constrained Application Protocol (CoAP) Hop-Limit Option](https://rfc-editor.org/rfc/rfc8768)
61
62* [RFC8974: Extended Tokens and Stateless Clients in the Constrained Application Protocol (CoAP)](https://rfc-editor.org/rfc/rfc8974)
63
64* [RFC9175: CoAP: Echo, Request-Tag, and Token Processing](https://rfc-editor.org/rfc/rfc9175)
65
66* [RFC9177: Constrained Application Protocol (CoAP) Block-Wise Transfer Options Supporting Robust Transmission](https://rfc-editor.org/rfc/rfc9177)
67
68There is (D)TLS support for the following libraries
69
70* [OpenSSL](https://www.openssl.org) (Minimum version 1.1.0) [PKI, PSK and PKCS11]
71
72* [GnuTLS](https://www.gnutls.org) (Minimum version 3.3.0) [PKI, PSK, RPK(3.6.6+) and PKCS11]
73
74* [Mbed TLS](https://www.trustedfirmware.org/projects/mbed-tls/) (Minimum version 2.7.10) [PKI and PSK]
75
76* [TinyDTLS](https://github.com/eclipse/tinydtls) [PSK and RPK] [DTLS Only]
77
78The examples directory contain a CoAP client, CoAP Resource Directory server
79and a CoAP server to demonstrate the use of this library.
80
81BUILDING
82========
83
84Further information can be found at <https://libcoap.net/install.html>
85and [BUILDING](https://raw.githubusercontent.com/obgm/libcoap/develop/BUILDING).
86
87LICENSE INFORMATION
88===================
89
90This library is published as open-source software without any warranty
91of any kind. Use is permitted under the terms of the simplified BSD
92license. It includes public domain software. libcoap binaries may also
93include open-source software with their respective licensing terms.
94Please refer to
95[LICENSE](https://raw.githubusercontent.com/obgm/libcoap/develop/LICENSE)
96for further details.
97
98

README.OpenSource

1[
2    {
3        "Name": "libcoap: C-Implementation of CoAP",
4        "License": "BSD 2-Clause License",
5        "License File": "LICENSE",
6        "Version Number": "4.3.4",
7        "Owner": "",
8        "Upstream URL": "https://github.com/obgm/libcoap",
9        "Description": "libcoap is a C implementation of a lightweight application-protocol for devices that are constrained their resources such as computing power, RF range, memory, bandwidth, or network packet sizes."
10    }
11]
12

README.md

1# libcoap: A C implementation of the Constrained Application Protocol (RFC 7252)
2
3[![Build Status: main](https://github.com/obgm/libcoap/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/obgm/libcoap/actions?query=branch:main)
4[![Build Status: develop](https://github.com/obgm/libcoap/actions/workflows/main.yml/badge.svg?branch=develop)](https://github.com/obgm/libcoap/actions?query=branch:develop)
5[![Static Analysis](https://scan.coverity.com/projects/10970/badge.svg?flat=1)](https://scan.coverity.com/projects/obgm-libcoap)
6[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/libcoap.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libcoap)
7[![CIFuzz Status](https://github.com/obgm/libcoap/actions/workflows/cifuzz.yml/badge.svg?branch=develop)](https://github.com/obgm/libcoap/actions/workflows/cifuzz.yml)
8[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
9
10Copyright (C) 2010—2023 by Olaf Bergmann <bergmann@tzi.org> and others
11
12ABOUT LIBCOAP
13=============
14
15libcoap is a C implementation of a lightweight application-protocol
16for devices that are constrained their resources such as computing
17power, RF range, memory, bandwidth, or network packet sizes. This
18protocol, CoAP, is standardized by the IETF as RFC 7252. For further
19information related to CoAP, see <https://coap.space> or
20[CoAP Wiki](https://en.wikipedia.org/wiki/Constrained_Application_Protocol).
21
22You might want to check out
23[libcoap-minimal](https://github.com/obgm/libcoap-minimal) for usage
24examples.
25
26DOCUMENTATION
27=============
28
29Documentation and further information can be found at
30<https://libcoap.net>.
31
32PACKAGE CONTENTS
33================
34
35This package contains a protocol parser and basic networking
36functions for platforms with support for malloc() and BSD-style
37sockets. In addition, there is support for Contiki-NG,
38Espressif/ESP-IDF, LwIP and RIOT-OS hosted environments.
39
40The following RFCs are supported
41
42* [RFC7252: The Constrained Application Protocol (CoAP)](https://rfc-editor.org/rfc/rfc7252)
43
44* [RFC7390: Group Communication for the Constrained Application Protocol (CoAP)](https://rfc-editor.org/rfc/rfc7390)
45
46* [RFC7641: Observing Resources in the Constrained Application Protocol (CoAP)](https://rfc-editor.org/rfc/rfc7641)
47
48* [RFC7959: Block-Wise Transfers in the Constrained Application Protocol (CoAP)](https://rfc-editor.org/rfc/rfc7959)
49
50* [RFC7967: Constrained Application Protocol (CoAP) Option for No Server Response](https://rfc-editor.org/rfc/rfc7967)
51
52* [RFC8132: PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)](https://rfc-editor.org/rfc/rfc8132)
53
54* [RFC8323: CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets](https://rfc-editor.org/rfc/rfc8323)
55
56* [RFC8516: "Too Many Requests" Response Code for the Constrained Application Protocol](https://rfc-editor.org/rfc/rfc8516)
57
58* [RFC8613: Object Security for Constrained RESTful Environments (OSCORE)](https://rfc-editor.org/rfc/rfc8613)
59
60* [RFC8768: Constrained Application Protocol (CoAP) Hop-Limit Option](https://rfc-editor.org/rfc/rfc8768)
61
62* [RFC8974: Extended Tokens and Stateless Clients in the Constrained Application Protocol (CoAP)](https://rfc-editor.org/rfc/rfc8974)
63
64* [RFC9175: CoAP: Echo, Request-Tag, and Token Processing](https://rfc-editor.org/rfc/rfc9175)
65
66* [RFC9177: Constrained Application Protocol (CoAP) Block-Wise Transfer Options Supporting Robust Transmission](https://rfc-editor.org/rfc/rfc9177)
67
68There is (D)TLS support for the following libraries
69
70* [OpenSSL](https://www.openssl.org) (Minimum version 1.1.0) [PKI, PSK and PKCS11]
71
72* [GnuTLS](https://www.gnutls.org) (Minimum version 3.3.0) [PKI, PSK, RPK(3.6.6+) and PKCS11]
73
74* [Mbed TLS](https://www.trustedfirmware.org/projects/mbed-tls/) (Minimum version 2.7.10) [PKI and PSK]
75
76* [TinyDTLS](https://github.com/eclipse/tinydtls) [PSK and RPK] [DTLS Only]
77
78The examples directory contain a CoAP client, CoAP Resource Directory server
79and a CoAP server to demonstrate the use of this library.
80
81BUILDING
82========
83
84Further information can be found at <https://libcoap.net/install.html>
85and [BUILDING](https://raw.githubusercontent.com/obgm/libcoap/develop/BUILDING).
86
87LICENSE INFORMATION
88===================
89
90This library is published as open-source software without any warranty
91of any kind. Use is permitted under the terms of the simplified BSD
92license. It includes public domain software. libcoap binaries may also
93include open-source software with their respective licensing terms.
94Please refer to
95[LICENSE](https://raw.githubusercontent.com/obgm/libcoap/develop/LICENSE)
96for further details.
97
98