zephyr/subsys/net/lib/zperf
Robert Lubos cd4f7cbc61 net: zperf: Add public API to start TCP/UDP server
Add public API for zperf download functionality. The TCP/UDP server
modules are decoupled from shell, allowing to trigger download directly
from the application code. The shell submodule makes use of this new
public API.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2022-12-22 11:05:11 +01:00
..
CMakeLists.txt net: zperf: Define a public upload API for the library 2022-12-22 11:05:11 +01:00
Kconfig net: zperf: Fix SO_RCVTIMEO dependency 2022-12-15 17:14:26 +01:00
shell_utils.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
shell_utils.h net: zperf: Extract zperf into library 2022-08-10 11:15:21 +02:00
zperf_common.c net: zperf: Implement asynchronous upload API 2022-12-22 11:05:11 +01:00
zperf_internal.h net: zperf: Add public API to start TCP/UDP server 2022-12-22 11:05:11 +01:00
zperf_session.c net: zperf: fix incorrect statistics of zperf 2022-12-09 11:18:25 +01:00
zperf_session.h net: zperf: Define a public upload API for the library 2022-12-22 11:05:11 +01:00
zperf_shell.c net: zperf: Add public API to start TCP/UDP server 2022-12-22 11:05:11 +01:00
zperf_tcp_receiver.c net: zperf: Add public API to start TCP/UDP server 2022-12-22 11:05:11 +01:00
zperf_tcp_uploader.c net: zperf: Implement asynchronous upload API 2022-12-22 11:05:11 +01:00
zperf_udp_receiver.c net: zperf: Add public API to start TCP/UDP server 2022-12-22 11:05:11 +01:00
zperf_udp_uploader.c net: zperf: Implement asynchronous upload API 2022-12-22 11:05:11 +01:00