Config.in 565 B

12345678910111213
  1. config BR2_PACKAGE_LIBCOAP
  2. bool "libcoap"
  3. select BR2_PACKAGE_LIBOPENSSL_ENABLE_PSK if BR2_PACKAGE_LIBOPENSSL
  4. select BR2_PACKAGE_LIBOPENSSL_ENGINES if BR2_PACKAGE_LIBOPENSSL
  5. help
  6. libcoap is a C implementation of a lightweight
  7. application-protocol for devices that are constrained their
  8. resources such as computing power, RF range, memory,
  9. bandwidth, or network packet sizes. This protocol, CoAP, is
  10. standardized by the IETF as RFC 7252. For further
  11. information related to CoAP, see <http://coap.technology>.
  12. https://github.com/obgm/libcoap