The echo-service sample demostrates how to use the socket service API. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
17 lines
407 B
YAML
17 lines
407 B
YAML
sample:
|
|
description: echo server using socket service API
|
|
name: socket_service_echo
|
|
common:
|
|
harness: net
|
|
depends_on: netif
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
|
|
# eventfd does not work properly with native_posix so exclude it here
|
|
platform_exclude:
|
|
- native_posix
|
|
- native_posix_64
|
|
tests:
|
|
sample.net.sockets.service.echo:
|
|
tags:
|
|
- net
|
|
- socket
|