|
|
|
|
|
by cyphar
2495 days ago
|
|
Have you taken a look at magic-wormhole[1]? I've started using it recently and it's insanely easy to use. It does have a centralised signalling server for key exchange between peers, but it does attempt to do peer-to-peer data transfer (only falling back to a TURN-style relay if both clients are behind NATs and aren't on the same local network). An explanation of the cryptography and design was given at PyCon 2016[2]. It also has built-in optional Tor support (though I'm not sure if it attempts to use an onion service for data transfer). [1]: https://github.com/warner/magic-wormhole
[2]: https://youtu.be/oFrTqQw0_3c |
|