snowflake/client
2016-03-27 09:08:54 -07:00
..
client_test.go retry client offers immediately instead of reset, combine sendOffer and receiveAnswer into exchangeSDP 2016-03-08 20:33:39 -08:00
README.md begin client sub-readme 2016-03-27 09:08:54 -07:00
rendezvous.go more informative broker error messages (close #26) 2016-03-09 14:37:45 -08:00
snowflake.go use webrtcRemotes len for capacity instead of the chan 2016-03-27 09:08:54 -07:00
torrc keep readme up to date 2016-03-08 18:23:41 -08:00
torrc-localhost Add context to HTTP handlers, attempt to support localhost Broker. 2016-02-12 18:00:36 -08:00
torrc-manual Automatic 100% bootstrap using meek-signaling broker works. 2016-01-21 14:00:39 -08:00
util.go multiple arbitrary ice servers can be passed as client flag (close #24) 2016-03-05 17:01:33 -08:00
webrtc.go replace webrtcRemote with webrtcRemotes map & indexing, client multiplexing remotes confirmed working (#31) 2016-03-27 09:08:54 -07:00

This is the Tor client component of Snowflake.

It is based on goptlib.

Flags

The client uses these following torrc options by default:

ClientTransportPlugin snowflake exec ./client \
-url https://snowflake-reg.appspot.com/ \
-front www.google.com \
-ice stun:stun.l.google.com:19302

-url should be the URL of a Broker instance. This is required to have automated signalling (which is desired in most use cases). When omitted, the client uses copy-paste signalling instead.

-front is an optional front domain for the Broker request.

-ice is a comma-separated list of ICE servers. These can be STUN or TURN servers.