We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110c2c8 commit 5aa13a7Copy full SHA for 5aa13a7
README.md
@@ -15,16 +15,16 @@ $ go get -u github.com/poga/webrtc-socket-proxy
15
16
* Setup [centrifugo](https://github.com/centrifugal/centrifugo/releases) with [example config](config.centrifugo.test.json)>
17
18
-* Start proxies
+## Usage
19
20
```
21
+# the `As` proxy
22
$ webrtc-socket-proxy -signal=<SIGNAL_SERVER_ADDR> -secret=<SIGNAL_SERVER_SECRET> -as=<PEER_ID> -upstreamAddr=localhost:8000
23
+# the `To` proxy
24
$ webrtc-socket-proxy -signal=<SIGNAL_SERVER_ADDR> -secret=<SIGNAL_SERVER_SECRET> -to=<PEER_ID> -listen=:4444
25
26
-
-## Usage
27
+You can send data to your `<upstreamAddr>` via connecting to `:4444` now.
28
29
## Roadmap
30
0 commit comments