nuttx/Documentation/applications/examples/thttpd/index.rst
2023-10-27 13:21:40 -03:00

18 lines
592 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.

========================
``thttpd`` THTTPD server
========================
An example that builds ``netutils/thttpd`` with some simple NXFLAT CGI programs.
In addition to those, this example accepts:
- ``CONFIG_EXAMPLES_THTTPD_NOMAC`` (May be defined to use software assigned
MAC)
- ``CONFIG_EXAMPLES_THTTPD_DRIPADDR`` Default router IP address.
- ``CONFIG_EXAMPLES_THTTPD_NETMASK`` Network mask.
Applications using this example will need to enable the following ``netutils``
libraries in the ``defconfig`` file: ::
CONFIG_NETUTILS_NETLIB=y
CONFIG_NETUTILS_THTTPD=y