Add simple TFTP client code using TFTP client library Initiate connection (IPv4) with optional DNS resolution Operate get operation then put operation in octet mode Tested on native_posix Issue/Discussion #60985 Signed-off-by: romain pelletant <romain.pelletant@fullfreqs.com>
15 lines
287 B
YAML
15 lines
287 B
YAML
sample:
|
|
description: Test TFTP client get and put methods
|
|
name: TFTP client sample app
|
|
tests:
|
|
sample.net.tftp_client:
|
|
harness: net
|
|
depends_on: netif
|
|
platform_allow:
|
|
- native_posix
|
|
integration_platforms:
|
|
- native_posix
|
|
tags:
|
|
- net
|
|
- tftp
|