libcoap  4.2.1
main.md
Go to the documentation of this file.
1 libcoap {#mainpage}
2 =======
3 
4 A C implementation of the Constrained Application Protocol (RFC 7252)
5 =====================================================================
6 
7 Copyright (C) 2010--2019 by Olaf Bergmann <bergmann@tzi.org> and others
8 
9 About libcoap
10 =============
11 
12 libcoap is a C implementation of a lightweight application-protocol
13 for devices that are constrained 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 You might want to check out
19 [libcoap-minimal](https://github.com/obgm/libcoap-minimal) for usage
20 examples.
21 
22 Documentation
23 =============
24 
25 This set of pages contains the current set of documention for the libcoap APIs.
26 
27 License Information
28 ===================
29 
30 This library is published as open-source software without any warranty
31 of any kind. Use is permitted under the terms of the simplified BSD
32 license. It includes public domain software. libcoap binaries may also
33 include open-source software with their respective licensing terms.
34 Please refer to LICENSE for further details in the source.