Added a sample application demonstrating how to use the coap_client API to download a resource via GET request. Signed-off-by: Matt Rodgers <mrodgers@witekio.com>
14 lines
260 B
YAML
14 lines
260 B
YAML
sample:
|
|
name: CoAP Download Sample
|
|
tests:
|
|
sample.net.sockets.coap_download:
|
|
harness: net
|
|
filter: CONFIG_ENTROPY_HAS_DRIVER
|
|
depends_on: netif
|
|
tags:
|
|
- net
|
|
- coap
|
|
integration_platforms:
|
|
- native_sim
|
|
- nucleo_h753zi
|