Rough version of a Tor-compatible client transport plugin

This commit is contained in:
David Fifield 2016-01-04 16:37:15 -08:00 committed by Arlo Breault
parent 948218d76b
commit aa46a58e3e
3 changed files with 359 additions and 182 deletions

View file

@ -4,7 +4,15 @@ A Pluggable Transport using WebRTC
### Usage
- `go build webrtc-client.go`
- `tor -f torrc`
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.