get things from one computer to another, safely
Go to file
Brian Warner f82730bfab add function to find local IP addresses
This is a stripped-down copy of the synchronous/blocking portion of
Tahoe-LAFS's src/allmydata/utils/iputil.py .
2015-02-15 09:26:59 -08:00
bin simplify ask-user-for-code (with completion) API 2015-02-15 09:16:17 -08:00
docs fill in initiator flow, define relay API 2015-02-10 18:34:13 -08:00
src/wormhole add function to find local IP addresses 2015-02-15 09:26:59 -08:00
.gitattributes initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
.gitignore add first unit test, 'setup.py test' support 2015-02-10 01:05:15 -08:00
LICENSE Initial commit 2015-02-10 00:38:44 -08:00
MANIFEST.in initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
README.md Initial commit 2015-02-10 00:38:44 -08:00
setup.py depend on pynacl, for encryption of exchanged data 2015-02-11 16:38:20 -08:00
versioneer.py initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00

wormhole-sync

get things from one computer to another, safely