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
map.insert(
trunc, // TODO substitute for real serial_number when Iroh discovery supports it
DiscoveredDevice {
discovery_method: IrohLocalSwarm,
hardware_details: hw::driver::get().description().unwrap().details, // TODO show the real hardware description when Iroh discovery supports it
ssid_spec: None,
hardware_connection: HardwareConnection::Iroh(
remote.node_id,
remote.relay_url.map(|ri| ri.relay_url),
),
},
);
And get the additional properties via Iroh.
The text was updated successfully, but these errors were encountered:
See code in find_piglets():
And get the additional properties via Iroh.
The text was updated successfully, but these errors were encountered: