nuttx-apps/netutils/discover
simbit18 cf0ee4354c apps/netutils/discover/Make.defs: fix nxstyle
Add missing first line header
2023-03-20 14:17:07 +01:00
..
discover.c net: fix compiler warning 2023-02-08 00:35:39 +08:00
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:14:53 -06:00
Make.defs apps/netutils/discover/Make.defs: fix nxstyle 2023-03-20 14:17:07 +01:00
Makefile Makefile: Max Holtzberg: update licenses to Apache 2021-06-07 21:35:33 -05:00
README.md Rewritten READMEs to Markdown 2020-07-25 01:01:51 -07:00

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.