From d660afc8fd83a630d0a223dd2796003024ce4f11 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 12 Sep 2012 18:42:07 +0000 Subject: Network discover utility from Max Holtzberg git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5137 42af7a65-404d-4744-a932-0658087f49c3 --- apps/netutils/README.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'apps/netutils/README.txt') diff --git a/apps/netutils/README.txt b/apps/netutils/README.txt index 26f11b7ce..231cf62c1 100644 --- a/apps/netutils/README.txt +++ b/apps/netutils/README.txt @@ -1,5 +1,5 @@ -netutils -^^^^^^^^ +netutils README.txt +^^^^^^^^^^^^^^^^^^^ Contents -------- @@ -39,6 +39,12 @@ highly influenced by uIP) include: dhcpd - Dynamic Host Configuration Protocol (DHCP) server. See apps/include/netutils/dhcpd.h for interface information. + discover - 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. (Contributed by Max Holtzberg). tftpc - TFTP client. See apps/include/netutils/tftp.h for interface information. telnetd - TELNET server. This is the Telnet logic adapted from -- cgit v1.2.3