2020-07-23 15:19:35 +02:00
|
|
|
# Network Utilities / `discover`
|
2012-09-12 20:42:07 +02:00
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
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.
|
2012-09-12 20:42:07 +02:00
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
See `nuttx/tools/discover.py` for a client example.
|