1c87c5fbaSopenharmony_ciif USEMODULE_LIBCOAP
2c87c5fbaSopenharmony_ciconfig LIBCOAP_CLIENT_URI
3c87c5fbaSopenharmony_ci    string "CoAP URI to connect to"
4c87c5fbaSopenharmony_ci    default "coap://[fe80::405:5aff:fe15:9b7f]/.well-known/core"
5c87c5fbaSopenharmony_ciconfig LIBCOAP_USE_PSK
6c87c5fbaSopenharmony_ci    string "Secret to use for PSK communications"
7c87c5fbaSopenharmony_ci    default "secretPSK"
8c87c5fbaSopenharmony_ci    depends on USEMODULE_TINYDTLS
9c87c5fbaSopenharmony_ciconfig LIBCOAP_USE_PSK_ID
10c87c5fbaSopenharmony_ci    string "User ID to use for PSK communications"
11c87c5fbaSopenharmony_ci    default "user_abc"
12c87c5fbaSopenharmony_ci    depends on USEMODULE_TINYDTLS
13c87c5fbaSopenharmony_ciconfig LIBCOAP_SERVER_SUPPORT
14c87c5fbaSopenharmony_ci    bool "Set to y if server support is required"
15c87c5fbaSopenharmony_ci    default n
16c87c5fbaSopenharmony_ciconfig LIBCOAP_CLIENT_SUPPORT
17c87c5fbaSopenharmony_ci    bool "Set to y if client support is required"
18c87c5fbaSopenharmony_ci    default y
19c87c5fbaSopenharmony_ciendif # USEMODULE_LIBCOAP
20