xref: /OK3568_Linux_fs/buildroot/package/libcoap/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBCOAP
2	bool "libcoap"
3	help
4	  libcoap is a C implementation of a lightweight
5	  application-protocol for devices that are constrained their
6	  resources such as computing power, RF range, memory, bandwith,
7	  or network packet sizes. This protocol, CoAP, is standardized
8	  by the IETF as RFC 7252. For further information related to
9	  CoAP, see <http://coap.technology>.
10
11	  https://github.com/obgm/libcoap
12