diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-01-09 12:13:44 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2018-02-07 15:46:43 -0800 |
commit | 14babab1bd54e1ecd9de9153db58a655833a0e4a (patch) | |
tree | 6661ac0563acb94a11d1e7fee508b54d43c227f4 /host/docs | |
parent | 852bf3aa10613e80a8b9434b2d69f967b53a2d97 (diff) | |
download | uhd-14babab1bd54e1ecd9de9153db58a655833a0e4a.tar.gz uhd-14babab1bd54e1ecd9de9153db58a655833a0e4a.tar.bz2 uhd-14babab1bd54e1ecd9de9153db58a655833a0e4a.zip |
mpmd: Let 'find' via broadcast check for reachability
In particular, when running uhd_find_devices, this will limit the
devices to ones that can actually be reached via CHDR. There is a new
key, find_all, which allows finding all devices even those not
reachable from UHD.
Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com>
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp_n3xx.dox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox index 9260f2ea5..8d37d9fa3 100644 --- a/host/docs/usrp_n3xx.dox +++ b/host/docs/usrp_n3xx.dox @@ -298,6 +298,7 @@ For a list of which arguments can be passed into make(), see Section addr | IPv4 address of primary SFP+ port to connect to. | All N3xx | addr=192.168.30.2 second_addr | IPv4 address of secondary SFP+ port to connect to. | All N3xx | second_addr=192.168.40.2 mgmt_addr | IPv4 address or hostname which to connect the RPC client. Defaults to `addr'.| All N3xx | mgmt_addr=ni-sulfur-311FE00 (can also go to RJ45) + find_all | When using broadcast, find all devices, even if unreachable via CHDR. | All N3xx | find_all=1 master_clock_rate | Master Clock Rate in Hz | N310 | master_clock_rate=125e6 identify | Causes front-panel LEDs to blink. The duration is variable. | N310 | identify=5 (will blink for about 5 seconds) serialize_init | Force serial initialization of daughterboards. | All N3xx | serialize_init=1 |