nuttx/Documentation/applications/examples/nettest/index.rst

19 lines
598 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

==================================
``nettest`` Client/Server Over TCP
==================================
This is a simple network test for verifying client- and server- functionality in
a TCP/IP connection.
- ``CONFIG_EXAMPLES_NETTEST=y`` Enables the nettest example.
- ``CONFIG_EXAMPLES_NETLIB=y`` The networking library in needed.
Configurations:
- Server on target hardware; client on host.
- Client on target hardware; server on host.
- Server and Client on different targets.
- Loopback configuration with both client and server on the same target.
See also ``examples/tcpecho``.