Lines Matching +full:net +full:- +full:tools
19 * Terminal #1 is terminal window with ``echo-server`` Zephyr sample application.
20 * Terminal #2 is terminal window with ``echo-client`` Zephyr sample application.
23 ``monitor_15_4`` program in the ``tools/net-tools`` directory.
27 .. code-block:: console
29 cd $ZEPHYR_BASE/../tools/net-tools
33 Step 1 - Compile and start echo-server
38 .. zephyr-app-commands::
39 :zephyr-app: samples/net/sockets/echo_server
40 :host-os: unix
42 :build-dir: server
43 :gen-args: -DEXTRA_CONF_FILE=overlay-qemu_802154.conf
49 .. zephyr-app-commands::
50 :zephyr-app: samples/net/sockets/echo_server
51 :host-os: unix
53 :build-dir: server
54 :gen-args: -G'Unix Makefiles' -DEXTRA_CONF_FILE=overlay-qemu_802154.conf -DPCAP=capture.pcap
62 Step 2 - Compile and start echo-client
67 .. zephyr-app-commands::
68 :zephyr-app: samples/net/sockets/echo_client
69 :host-os: unix
71 :build-dir: client
72 :gen-args: -DEXTRA_CONF_FILE=overlay-qemu_802154.conf