| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
MagicWormhole.Internal.FileTransfer
Description
Partial implementation of the Magic Wormhole file transfer protocol.
Once a connection has been made between peers (see withEncryptedConnection),
you can send an Offer to share a simple text message.
Documentation
An offer made by a sender as part of the Magic Wormhole file transfer protocol.
Currently only supports sending simple text messages. A full version would also support sending files and directories.