zephyr/samples/net/zperf
Yael Avramovich d5db35204a console: shell: Support multiple modules
Ability to use Zephyr shell by multiple modules simultaneously, each
module for its own usage.

Old shell implementation enabled the user to call only one module
commands, not all of the modules simultaneously.

Change-Id: I0ef8fa2fd190b7490c44fe91d1016363258302c9
Signed-off-by: Yael Avramovich <yael.avramovich@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-11-02 00:23:18 +00:00
..
src console: shell: Support multiple modules 2016-11-02 00:23:18 +00:00
Makefile samples/net/zperf: add task profiler support 2016-06-16 18:10:29 +00:00
README.rst samples/net/zperf: add task profiler support 2016-06-16 18:10:29 +00:00
prj.mdef
prj_galileo_ethernet.conf console: shell: Support multiple modules 2016-11-02 00:23:18 +00:00
prj_galileo_ethernet_prof.conf console: shell: Support multiple modules 2016-11-02 00:23:18 +00:00
prj_prof.mdef samples/net/zperf: add task profiler support 2016-06-16 18:10:29 +00:00
testcase.ini samples: net: zperf: build for sanitycheck runs 2016-08-15 09:38:53 -07:00

README.rst

Description
===========

zperf is a network traffic generator for Zephyr that may be used to
evaluate network bandwidth.

Features
=========

- Compatible with iPerf_2.0.5.
- Support for micro and nano kernel modes.
- Client or server mode allowed without need to modify the source code.
- Working with task profiler (PROFILER=1 to be set when building zperf)

Supported Boards
================

zperf is board-agnostic. However, zperf requires a network interface.
So far, zperf has been tested only on the Intel Galileo Development Board.