magic wormhole seems like a nice alternative for arbitrary data sharing here
This commit is contained in:
parent
2fa9e02223
commit
105f07090b
1 changed files with 11 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
git-annex (assistant) repositories.
|
git-annex (assistant) repositories.
|
||||||
|
|
||||||
Or something similar like [Snow](http://www.trustiosity.com/snow/)
|
Or something similar like [Snow](http://www.trustiosity.com/snow/)
|
||||||
or [cjdns](https://github.com/cjdelisle/cjdns) or tor or i2p.
|
or [cjdns](https://github.com/cjdelisle/cjdns) or tor or i2p or [magic wormhole](http://magic-wormhole.io/).
|
||||||
|
|
||||||
## telehash implementation status
|
## telehash implementation status
|
||||||
|
|
||||||
|
@ -29,6 +29,8 @@ or [cjdns](https://github.com/cjdelisle/cjdns) or tor or i2p.
|
||||||
and the reliabilty of that network is not known. I notice it has only 1
|
and the reliabilty of that network is not known. I notice it has only 1
|
||||||
pre-seeded peer in the source tree for the DHT, and that peer was not up
|
pre-seeded peer in the source tree for the DHT, and that peer was not up
|
||||||
when I tried it.
|
when I tried it.
|
||||||
|
* Only provides network-layer transport, still need to implement some
|
||||||
|
file transfer protocol on top.
|
||||||
|
|
||||||
## cjdns status
|
## cjdns status
|
||||||
|
|
||||||
|
@ -50,6 +52,14 @@ or [cjdns](https://github.com/cjdelisle/cjdns) or tor or i2p.
|
||||||
|
|
||||||
## i2p status
|
## i2p status
|
||||||
|
|
||||||
|
## magic wormhole
|
||||||
|
|
||||||
|
* simple file transfer protocol with out of band shared secret
|
||||||
|
* handles NAT transversal
|
||||||
|
* easy to use
|
||||||
|
* doesn't require a running daemon
|
||||||
|
* can transfer arbitrary blobs (strings, directories, files)
|
||||||
|
|
||||||
## implementation basics
|
## implementation basics
|
||||||
|
|
||||||
* Add a telehash.log that maps between uuid and telehash address.
|
* Add a telehash.log that maps between uuid and telehash address.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue