Hi all,
Snowflake is a webrtc pluggable transport inspired by flashproxy.
(
https://gitweb.torproject.org/pluggable-transports/snowflake.git)
Arlo, David, and I have made lots of progress on it lately, and it now
appears to have reached minimum viability.
The following should result in a 100% bootstrap over WebRTC:
```
git clone
https://git.torproject.org/pluggable-transports/snowflake.gitcd snowflake/client
go get
go build
tor -f torrc
```
In case you have a moment, it'd be cool if you tried it out and let us
know whether it works for you. I'd really appreciate hearing about
all the thoughts / concerns / issues before we move forward.