Add examples/dhcpd

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1621 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-03-17 23:45:41 +00:00
parent f6581eed99
commit ec440c81e1
7 changed files with 15 additions and 128 deletions
+11
View File
@@ -10,6 +10,17 @@ examples
Selects the examples/ostest example.
examples/hello
^^^^^^^^^^^^^^
This examples builds a tiny DCHP server for the target system.
NOTE: For test purposes, this example can be built as a
host-based DHCPD server. This can be built as follows:
cd examples/dhcpd
make -f Makefile.host
examples/hello
^^^^^^^^^^^^^^