Pluggable Transport using WebRTC, inspired by Flashproxy.
Find a file
2016-01-04 16:37:15 -08:00
proxy begin including flashproxy websocket stuff into the JS proxy 2015-12-30 11:08:31 -08:00
.gitignore begin JS "snowflake" proxy 2015-12-30 09:54:28 -08:00
LICENSE add LICENSE (closes #4) 2016-01-02 11:20:32 -08:00
README.md Rough version of a Tor-compatible client transport plugin 2016-01-04 16:37:15 -08:00
torrc Rough version of a Tor-compatible client transport plugin 2016-01-04 16:37:15 -08:00
webrtc-client.go Rough version of a Tor-compatible client transport plugin 2016-01-04 16:37:15 -08:00

snowflake-pt

A Pluggable Transport using WebRTC

Usage

Open up four terminals:

  1. tor -f torrc SOCKSPort auto
  2. tail -F webrtc-client.log
  3. cat > signal
  4. ../demo/chat/chat

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

More documentation on the way.