summaryrefslogtreecommitdiff
path: root/apps/netutils/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/README.txt')
-rw-r--r--apps/netutils/README.txt10
1 files changed, 8 insertions, 2 deletions
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