nuttx-apps/netutils/discover
2017-08-13 09:35:14 -06:00
..
.gitignore
discover.c This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h" 2016-07-11 10:11:18 -06:00
Kconfig
Make.defs make the full tree use wildcards make.defs 2016-06-02 16:21:21 +02:00
Makefile All Makefiles: Add .PRECIOUS: apps/libapps.a to every Makefile. Hopefully this will end awkward problems when you Control-C out of a build and libapps.a is deleted. 2017-08-13 09:35:14 -06: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.