←back to thread

816 points tosh | 3 comments | | HN request time: 0s | source
Show context
toomim ◴[] No.41276679[source]
How does this relate to https://wormhole.app/ ?
replies(3): >>41276701 #>>41276708 #>>41276939 #
ddtaylor ◴[] No.41276701[source]
That is something I want to know too. Do these various "wormhole" apps use any common protocol between them or do they just all use the same words and branding for different things?
replies(1): >>41276720 #
tptacek ◴[] No.41276720[source]
Magic Wormhole is the first, and is its own thing. It's called "Magic" Wormhole for a reason: it tends to blow people away the first time they use it. So lots of people have copied the UX, and some of them have copied the name as well. What you should use is Magic Wormhole itself, or, if you want a non-Python runtime for some reason, wormhole-william.
replies(2): >>41276810 #>>41277088 #
bdd ◴[] No.41276810[source]
> if you want a non-Python runtime for some reason [...]

Magic Wormhole project has its own alternate implementation https://github.com/magic-wormhole/magic-wormhole.rs, which is also used by delightfully designed GNOME and Android apps; [Warp](https://apps.gnome.org/Warp/), and [Wormhole](https://play.google.com/store/apps/details?id=eu.heili.wormh...), respectively.

replies(1): >>41279138 #
1. meejah ◴[] No.41279138[source]
There's also a Haskell implementation (besides the Go one pointed out above). They all interoperate.
replies(1): >>41294326 #
2. ddtaylor ◴[] No.41294326[source]
Thank you. What protocol are they using to interoperate?
replies(1): >>41358714 #
3. meejah ◴[] No.41358714[source]
The Haskell implementation uses the same protocol as the Python implementation. The main difference is that there are some features the Python implementation has that the Haskell implementation still lacks (most notable "Dilation").

See also https://github.com/magic-wormhole/magic-wormhole-protocols/