nuttx-apps/netutils/discover
2013-05-11 08:51:21 -06:00
..
.gitignore Clone svn:ignore directory atributed to .gitignore files 2013-04-04 14:27:29 -06:00
discover.c More changes for issues reported by CppCheck 2013-05-11 08:51:21 -06:00
Kconfig Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed 2013-04-25 15:52:00 -06:00
Makefile Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile 2012-11-20 15:47:41 +00:00
README.txt Network discover utility from Max Holtzberg 2012-09-12 18:42:07 +00:00

apps/netutils/discover README.txt
=================================

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.

See nuttx/tools/discover.py for a client example.