2019-01-19 07:24:49 +00:00
|
|
|
# NodeSignalExchanger
|
|
|
|
|
|
|
|
A lightweight node application that allows to exchange signals connection through websockets.
|
|
|
|
|
|
|
|
|
2019-01-19 16:33:36 +00:00
|
|
|
# Requirements
|
2019-01-19 07:24:49 +00:00
|
|
|
```sh
|
|
|
|
sudo apt install nodejs node-express node-wc
|
|
|
|
```
|
|
|
|
|
2019-01-19 16:33:36 +00:00
|
|
|
# Using for signaling
|
|
|
|
## Installation
|
|
|
|
* Install docker
|
|
|
|
* Install coturn: `sudo apt install coturn`
|
|
|
|
* Add a client to coturn: `sudo turnadmin -a -u anonymous -r anonymous.com -p anonymous`
|
|
|
|
|
|
|
|
|
|
|
|
## Running TURN server
|
|
|
|
```sh
|
|
|
|
sudo turnserver -o -a -f -r anonymous.com # Use -L option to specify an IP address
|
|
|
|
```
|
|
|
|
|
|
|
|
# Author
|
2019-01-19 07:24:49 +00:00
|
|
|
Pierre HUBERT 2019
|