net: zperf: Define a public upload API for the library
This commit defines a public API for zperf upload functionality. The UDP/TCP uploader modules are decoupled from shell, allowing to perform uploads directly from the application code. The shell submodule makes use of this new public API. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
71e95ae29d
commit
812a1bc152
11 changed files with 368 additions and 368 deletions
|
@ -13,8 +13,8 @@ LOG_MODULE_DECLARE(net_zperf, CONFIG_NET_ZPERF_LOG_LEVEL);
|
|||
#include <zephyr/kernel.h>
|
||||
|
||||
#include <zephyr/net/socket.h>
|
||||
#include <zephyr/net/zperf.h>
|
||||
|
||||
#include "zperf.h"
|
||||
#include "zperf_internal.h"
|
||||
#include "shell_utils.h"
|
||||
#include "zperf_session.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue