Magic Wormhole (rust edition)
- Get things from one computer to another, safely.
This is a Rust port of the Python version at https://github.com/warner/magic-wormhole .
It is a work in progress: much of the low-level protocol is implemented, but
not the file-transfer part. As of version 0.0.1, wormhole send --text MESSAGE
can talk to wormhole receive CODE
, as long as you get the code
right. If you get the code wrong, the clients hang instead of showing an
error message. Interactive code input (i.e. wormhole receive
, without the
code argument) does not work, nor does sending files (i.e. wormhole send
without the --text=
argument). These will come eventually.