mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Rough version of a Tor-compatible client transport plugin
This commit is contained in:
parent
948218d76b
commit
aa46a58e3e
3 changed files with 359 additions and 182 deletions
12
README.md
12
README.md
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue