Kconfig.projbuild 501 B

1234567891011
  1. menu "Example CoAP Server Configuration"
  2. config EXAMPLE_COAP_PSK_KEY
  3. string "Preshared Key (PSK) to used in the connection from the CoAP client"
  4. depends on COAP_MBEDTLS_PSK
  5. default "secret-key"
  6. help
  7. The Preshared Key to use to encrypt the communicatons. The same key must be
  8. used at both ends of the CoAP connection, and the CoaP client must request
  9. an URI prefixed with coaps:// instead of coap:// for DTLS to be used.
  10. endmenu