Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde committed May 24, 2022
1 parent 6a3679b commit 2a61fc0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Features that are missing:

New features that exceed the other implementations:

- Can do direct connections across the internet and firewalls
- Can do direct connections across the internet (NATs) and firewalls
- Automatically copies your code to the clipboard
- Port forwarding in addition to file transfer (experimental)
- Send a file to multiple people (experimental)

Expand All @@ -29,6 +30,12 @@ If you'd like to use Wormhole in your application, `cargo doc --open` will tell

If you don't fear touching code and want to contribute, `./src/lib.rs`, `./src/transfer.rs` and `./src/transit.rs` are rather easy to get into. The [protocol specification](https://github.com/magic-wormhole/magic-wormhole-protocols) will probably be useful to you.

## Applications using Wormhole Rust as library

- [Warp](https://gitlab.gnome.org/World/warp), a GUI client using Gtk

(feel free to add yours)

## License

This work is licensed under the EUPL v1.2 or later. Contact the owner(s) for use in proprietary software.
Expand Down

0 comments on commit 2a61fc0

Please sign in to comment.