nuttx-apps/netutils/discover
patacongo 3e25d82213 Correct some issues with last check-in; ez80 still does not build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
2012-11-11 23:44:31 +00:00
..
discover.c Rename all apps/examples/-/main.c to something unique 2012-09-13 12:36:32 +00:00
Kconfig Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg) 2012-09-12 20:14:46 +00:00
Makefile Correct some issues with last check-in; ez80 still does not build 2012-11-11 23:44:31 +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.