You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both simulators and the real drives perform regular UDP multicasts to announce their availability.
However, they seem to have varying attribute sets.
The json for the simulator looks like this:
This raises the question: what is the current set of attributes that is guaranteed to be present?
We are especially interested in the world_wide_name name field. If that's not present we need to connect to the drive to establish its identity.
The text was updated successfully, but these errors were encountered:
Both simulators and the real drives perform regular UDP multicasts to announce their availability.
However, they seem to have varying attribute sets.
The json for the simulator looks like this:
The set of included attributes differs between various drives.
The most succinct set I've been able to capture is this:
This raises the question: what is the current set of attributes that is guaranteed to be present?
We are especially interested in the
world_wide_name
name field. If that's not present we need to connect to the drive to establish its identity.The text was updated successfully, but these errors were encountered: