Pluggable Transport using WebRTC, inspired by Flashproxy.
Find a file
David Fifield e8b57fe4f3 Start server-side plugin
* Still working out the WebRTCListener abstraction.
2016-01-05 10:52:29 -08:00
proxy Further updates for this repo 2016-01-05 10:12:53 -08:00
.gitignore Further updates for this repo 2016-01-05 10:12:53 -08:00
LICENSE add LICENSE (closes #4) 2016-01-02 11:20:32 -08:00
README.md Further updates for this repo 2016-01-05 10:12:53 -08:00
snowflake.go Further updates for this repo 2016-01-05 10:12:53 -08:00
torrc Further updates for this repo 2016-01-05 10:12:53 -08:00
webrtc-server.go Start server-side plugin 2016-01-05 10:52:29 -08:00

snowflake-pt

A Pluggable Transport using WebRTC

Usage

Open up four terminals:

  1. tor -f torrc SOCKSPort auto
  2. tail -F snowflake.log
  3. cat > signal
  4. open proxy/snowflake.html

Look for the offer in terminal 2; copy and paste it into the browser window opened from terminal 4. Copy and paste the browser to terminal 3. At this point you should see some TLS garbage in the chat window.

More

More documentation on the way.