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

15 lines
635 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.

=====================
``igmp`` Trivial IGMP
=====================
This is a trivial test of the NuttX IGMP capability. It present it does not do
much of value Much more is needed in order to verify the IGMP features!
- ``CONFIG_EXAMPLES_IGMP_NOMAC`` Set if the hardware has no MAC address; one
will be assigned.
- ``CONFIG_EXAMPLES_IGMP_IPADDR`` Target board IP address.
- ``CONFIG_EXAMPLES_IGMP_DRIPADDR`` Default router address.
- ``CONFIG_EXAMPLES_IGMP_NETMASK`` Network mask.
- ``CONFIG_EXAMPLES_IGMP_GRPADDR`` Multicast group address.
- ``CONFIG_EXAMPLES_NETLIB`` The networking library is needed.