pub async fn open_remote(
app: &mut App,
target: PublicKey,
greeting: Greeting,
) -> Result<()>Expand description
Borrow the attached radio and open a ULCP session to target over the
mesh.
On success app is attached to the remote device and holds the
MeshHome that ends the session. On failure the local attachment is
restored, because a tool that loses your radio for mistyping a key is
not one you would use twice.