1COAP(7) libcoap Manual COAP(7)
2
3
4
6 coap - Overview of the libcoap library
7
9 Summary of the different libcoap API manual pages.
10
12 libcoap is a C implementation of a lightweight application-protocol for
13 devices that are constrained by their resources such as computing
14 power, RF range, memory, bandwidth, or network packet sizes. This
15 protocol, CoAP, is standardized by the IETF as RFC 7252. For further
16 information related to CoAP, see http://coap.technology.
17
18 Documentation for the specific library calls with examples can be found
19 in the man pages referred to in SEE ALSO.
20
21 Further information can be found in the include header files with
22 example code provided in the examples directory.
23
24 NOTE: This documentation is a work in progress. Any missing information
25 can be found in the include header files along with example code
26 provided in the examples directory.
27
29 coap_attribute(3), coap_context(3), coap_encryption(3),
30 coap_handler(3), coap_io(3), coap_keepalive(3), coap_logging(3),
31 coap_observe(3), coap_pdu_setup(3), coap_recovery(3), coap_resource(3),
32 coap_session(3) and coap_tls_library(3)
33
34 For example executables, see coap-client(5), coap-rd(5) and
35 coap-server(5)
36
38 See
39
40 "RFC7252: The Constrained Application Protocol (CoAP)"
41
42 "RFC7641: Observing Resources in the Constrained Application Protocol
43 (CoAP)"
44
45 "RFC7959: Block-Wise Transfers in the Constrained Application Protocol
46 (CoAP)"
47
48 "RFC7967: Constrained Application Protocol (CoAP) Option for No Server
49 Response"
50
51 "RFC8132: PATCH and FETCH Methods for the Constrained Application
52 Protocol (CoAP)"
53
54 "RFC8323: CoAP (Constrained Application Protocol) over TCP, TLS, and
55 WebSockets"
56
57 for further information.
58
60 Please report bugs on the mailing list for libcoap:
61 libcoap-developers@lists.sourceforge.net
62
64 The libcoap project <libcoap-developers@lists.sourceforge.net>
65
66
67
68coap 4.2.1 02/24/2020 COAP(7)