mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:22:18 +08:00
Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5138 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -880,6 +880,28 @@ Where <subdir> is one of the following:
|
||||
|
||||
CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
|
||||
|
||||
discover:
|
||||
--------
|
||||
This configuration exercises netutils/discover utility using
|
||||
apps/exmaples/discover. This example initializes and starts the UDP
|
||||
discover daemon. This daemon is useful for discovering devices in
|
||||
local networks, especially with DHCP configured devices. It listens
|
||||
for UDP broadcasts which also can include a device class so that
|
||||
groups of devices can be discovered. It is also possible to address all
|
||||
classes with a kind of broadcast discover.
|
||||
|
||||
Configuration settings that you may need to change for your
|
||||
environment:
|
||||
|
||||
CONFIG_STM32_CODESOURCERYL=y - CodeSourcery for Linux
|
||||
CONFIG_EXAMPLE_DISCOVER_DHCPC=y - DHCP Client
|
||||
CONFIG_EXAMPLE_DISCOVER_IPADDR - (not defined)
|
||||
CONFIG_EXAMPLE_DISCOVER_DRIPADDR - Router IP address
|
||||
|
||||
NOTE: This configuration uses to the mconf configuration tool to control
|
||||
the configuration. See the section entitled "NuttX Configuration Tool"
|
||||
in the top-level README.txt file.
|
||||
|
||||
nettest:
|
||||
-------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user