Updates references to the net-tools project to refer to the correct
placement of net-tools under tools.
Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
@ -376,8 +376,7 @@ The following peripherals are currently provided with this board:
@@ -376,8 +376,7 @@ The following peripherals are currently provided with this board:
Note that this device can only be used with Linux hosts.
@ -21,8 +21,9 @@ which is modeled in Linux as an Ethernet network interface.
@@ -21,8 +21,9 @@ which is modeled in Linux as an Ethernet network interface.
Prerequisites
=============
On the Linux Host, fetch the Zephyr ``net-tools`` project, which is located
in a separate Git repository:
On the Linux Host, find the Zephyr `net-tools`_ project, which can either be
found in a Zephyr standard installation under the ``tools/net-tools`` directory
or installed stand alone from its own git repository:
..code-block:: console
@ -116,8 +117,9 @@ Build and start the ``echo_server`` sample application:
@@ -116,8 +117,9 @@ Build and start the ``echo_server`` sample application:
Step 2 - run echo-client from net-tools
=======================================
On the Linux Host, fetch the Zephyr ``net-tools`` project, which is located
in a separate Git repository:
On the Linux Host, find the Zephyr `net-tools`_ project, which can either be
found in a Zephyr standard installation under the ``tools/net-tools`` directory
or installed stand alone from its own git repository:
The instructions here describe how to setup a Linux host to capture Zephyr
network RX and TX traffic. Similar instructions should work also in other
operating systems.
On the Linux Host, fetch the Zephyr ``net-tools`` project, which is located
in a separate Git repository:
On the Linux Host, find the Zephyr `net-tools`_ project, which can either be
found in a Zephyr standard installation under the ``tools/net-tools`` directory
or installed stand alone from its own git repository:
..code-block:: console
@ -101,6 +103,8 @@ it depends on how the Zephyr is configured. Zephyr will send UDP packets
@@ -101,6 +103,8 @@ it depends on how the Zephyr is configured. Zephyr will send UDP packets
containing the captured network packets to the configured IP tunnel, so we
need to terminate the network connection like this.
@ -20,13 +20,13 @@ For the steps below, you will need two terminal windows:
@@ -20,13 +20,13 @@ For the steps below, you will need two terminal windows:
* Terminal #2 is terminal window with ``echo-client`` Zephyr sample application.
If you want to capture the transferred network data, you must compile the
``monitor_15_4`` program in ``net-tools`` directory.
``monitor_15_4`` program in the ``tools/net-tools`` directory.
The dnsmasq tool may be used for testing purposes. Sample dnsmasq start
script can be downloaded from the zephyrproject-rtos/net-tools project area:
https://github.com/zephyrproject-rtos/net-tools
The dnsmasq tool may be used for testing purposes. On a Zephyr project default
installation, the sample dnsmasq start script can be found in the `net-tools`_
project or downloaded from https://github.com/zephyrproject-rtos/net-tools.
Open a terminal window and type:
@ -106,6 +106,7 @@ For testing mDNS, use Avahi script in net-tools project:
@@ -106,6 +106,7 @@ For testing mDNS, use Avahi script in net-tools project: