summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-18 00:33:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-18 00:33:37 +0000
commite5f697c8ff96f2993c57a60809ad23ae00b091d1 (patch)
tree99e58627ef3a8636620c4cec6304a87a96d3d05c
parentdbd7bf12514a726f3291419721424d761c4d94c9 (diff)
downloadnuttx-e5f697c8ff96f2993c57a60809ad23ae00b091d1.tar.gz
nuttx-e5f697c8ff96f2993c57a60809ad23ae00b091d1.tar.bz2
nuttx-e5f697c8ff96f2993c57a60809ad23ae00b091d1.zip
updated for dhcpd
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1624 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/examples/README.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 3c4258f1c..3168808ec 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -10,7 +10,7 @@ examples
Selects the examples/ostest example.
-examples/hello
+examples/dhcpd
^^^^^^^^^^^^^^
This examples builds a tiny DCHP server for the target system.
@@ -21,6 +21,17 @@ examples/hello
cd examples/dhcpd
make -f Makefile.host
+ Kernel configuratin settings:
+
+ CONFIG_EXAMPLE_DHCPD_NOMAC - (May be defined to use software assigned MAC)
+ CONFIG_EXAMPLE_DHCPD_IPADDR - Target IP address
+ CONFIG_EXAMPLE_DHCPD_DRIPADDR - Default router IP addess
+ CONFIG_EXAMPLE_DHCPD_NETMASK - Network mask
+
+ See also CONFIG_NETUTILS_DHCPD_* settings described elsewhere
+ and used in netutils/dhcpd/dhcpd.c. These settings are required
+ to described the behavior of the daemon.
+
examples/hello
^^^^^^^^^^^^^^