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:
patacongo
2012-09-12 20:14:46 +00:00
parent 7ed15a4afe
commit 12232a94f1
4 changed files with 1161 additions and 0 deletions
+22
View File
@@ -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:
-------