nuttx-apps/netutils/discover
chao an 4d79a5cbaf add initial cmake build system
Co-authored-by: Daniel Agar <daniel@agar.ca>
Signed-off-by: chao an <anchao@xiaomi.com>
2023-07-08 13:52:02 +08:00
..
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
discover.c Replace all strncpy with strlcpy 2023-05-08 21:35:16 +03:00
Kconfig
Make.defs apps/netutils/discover/Make.defs: fix nxstyle 2023-03-20 14:17:07 +01:00
Makefile
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.