From 7cc856ea2f1808e98387ea66537ecbc6c3de2f88 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 19 Mar 2011 21:04:13 +0000 Subject: Move nuttx/netutils to apps/netutils git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3401 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/README.txt | 76 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) (limited to 'nuttx/examples/README.txt') diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt index 83b0c5667..9dc843f90 100644 --- a/nuttx/examples/README.txt +++ b/nuttx/examples/README.txt @@ -42,6 +42,12 @@ examples/dhcpd and used in netutils/dhcpd/dhcpd.c. These settings are required to described the behavior of the daemon. + Applications using this example will need to provide an appconfig + file in the configuration driver with instruction to build applications + like: + + CONFIGURED_APPS = uiplib=.built_always + examples/hello ^^^^^^^^^^^^^^ @@ -91,6 +97,12 @@ examples/igmp * CONFIG_EXAMPLE_IGMP_GRPADDR Multicast group address + Applications using this example will need to provide an appconfig + file in the configuration driver with instruction to build applications + like: + + CONFIGURED_APPS = uiplib=.built_always + examples/mm ^^^^^^^^^^^ @@ -129,6 +141,12 @@ examples/netttest This is a simple network test for verifying client- and server- functionality in a TCP/IP connection. + Applications using this example will need to provide an appconfig + file in the configuration driver with instruction to build applications + like: + + CONFIGURED_APPS = uiplib=.built_always + examples/nsh ^^^^^^^^^^^^ @@ -137,6 +155,20 @@ examples/nsh application. NSH is described in its own README located at apps/nshlib/README.txt + Applications using this example will need to provide an appconfig + file in the configuration driver with instruction to build applications + like: + + CONFIGURED_APPS = nshlib=.built_always + + And if networking is included: + + CONFIGURED_APPS = uiplib=.built_always + CONFIGURED_APPS = dhcpc=.built_always + CONFIGURED_APPS = resolv=.built_always + CONFIGURED_APPS = tftp=.built_always + CONFIGURED_APPS = webclient=.built_always + examples/nx ^^^^^^^^^^^ @@ -296,6 +328,12 @@ examples/poll The target example should read the small message and send it back to the host. The host should then receive the echo'ed message. + If networking is enabled, applications using this example will need to + provide an appconfig file in the configuration driver with instruction + to build applications like: + + CONFIGURED_APPS = uiplib=.built_always + examples/romfs ^^^^^^^^^^^^^^ @@ -342,6 +380,13 @@ examples/sendmail unprotected recipients can be used. Most will protect themselves from this test email because it looks like SPAM. + Applications using this example will need to provide an appconfig + file in the configuration driver with instruction to build applications + like: + + CONFIGURED_APPS = uiplib=.built_always + CONFIGURED_APPS = smtp=.built_always + examples/serloop ^^^^^^^^^^^^^^^^ @@ -363,12 +408,25 @@ examples/thttpd CONFIG_EXAMPLE_THTTPD_DRIPADDR - Default router IP addess CONFIG_EXAMPLE_THTTPD_NETMASK - Network mask + Applications using this example will need to provide an appconfig + file in the configuration driver with instruction to build applications + like: + + CONFIGURED_APPS = uiplib=.built_always + CONFIGURED_APPS = thttpd=.built_always + examples/udp ^^^^^^^^^^^^ This is a simple network test for verifying client- and server- functionality over UDP. + Applications using this example will need to provide an appconfig + file in the configuration driver with instruction to build applications + like: + + CONFIGURED_APPS = uiplib=.built_always + examples/uip ^^^^^^^^^^^^ @@ -403,6 +461,15 @@ examples/uip CONFIG_NETUTILS_HTTPDFILESTATS CONFIG_NETUTILS_HTTPDNETSTATS + Applications using this example will need to provide an appconfig + file in the configuration driver with instruction to build applications + like: + + CONFIGURED_APPS = uiplib=.built_always + CONFIGURED_APPS = dhcpc=.built_always + CONFIGURED_APPS = resolv=.built_always + CONFIGURED_APPS = webserver=.built_always + examples/usbserial ^^^^^^^^^^^^^^^^^^ @@ -558,3 +625,12 @@ examples/wget cd examples/wget make -f Makefile.host + Applications using this example will need to provide an appconfig + file in the configuration driver with instruction to build applications + like: + + CONFIGURED_APPS = uiplib=.built_always + CONFIGURED_APPS = resolv=.built_always + CONFIGURED_APPS = webclient=.built_always + + -- cgit v1.2.3