Pluggable Transport using WebRTC, inspired by Flashproxy.
Find a file
2016-01-10 13:01:59 -08:00
client Log answer 2016-01-08 18:45:01 -08:00
proxy ProxyPair with initial websocket stuff, nearly there 2016-01-10 13:01:59 -08:00
server Bootstrapped 100%: Done 2016-01-09 10:42:02 -08:00
.gitignore Log answer 2016-01-08 18:45:01 -08:00
LICENSE add LICENSE (closes #4) 2016-01-02 11:20:32 -08:00
README.md Update the readme 2016-01-09 10:48:45 -08:00

snowflake-pt

A Pluggable Transport using WebRTC

Usage

Open up six terminals:

client:

cd client/
go build
  1. tor -f torrc SOCKSPort auto
  2. cat > signal
  3. tail -F snowflake.log

server:

cd server/
go build
  1. tor -f torrc
  2. cat > signal
  3. tail -F snowflake.log

Look for the offer in terminal 3; copy and paste it into terminal 5. Copy and paste the answer in terminal 6 to terminal 2. At this point the tor client should bootstrap to 100%.

More

More documentation on the way.