nuttx-apps/netutils/discover
Xiang Xiao 893387b2c5 Fix the minor style issue
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-16 19:07:16 +02:00
..
discover.c Fix the minor style issue 2022-10-16 19:07:16 +02:00
Kconfig
Make.defs Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) 2022-10-16 14:59:08 +02:00
Makefile Makefile: Max Holtzberg: update licenses to Apache 2021-06-07 21:35:33 -05:00
README.md

Network Utilities / 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.

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