px4-firmware/apps/netutils/discover
patacongo f552862bb5 Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
2012-11-20 15:47:41 +00:00
..
Kconfig Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
Makefile Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile 2012-11-20 15:47:41 +00:00
README.txt Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
discover.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00

README.txt

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.