summaryrefslogtreecommitdiffstats
path: root/rules/libcoap2.in
blob: 19e77e4058ba8291d337a4414be9070a7ab7e207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=networking

config LIBCOAP2
	tristate
	prompt "libcoap2"
	help
	  libcoap implements a lightweight application-protocol for
	  devices that are constrained their resources such as computing
	  power, RF range, memory, bandwidth, or network packet sizes.

	  The Constrained Application Protocol (CoAP) was standardized
	  in the Internet Engineering Task Force (IETF) as RFC 7252.

	  https://libcoap.net/

# vim: ft=kconfig noet tw=72 ts=8 sw=8