Pavel Punsky 678996a529 Update version to 4.7.0 (#1691) пре 4 месеци
..
basic e2717e0fae tidy пре 7 година
loadbalance 78dbad44cd Add cli-password to test scripts пре 7 година
longtermsecure 7d1c1e0f89 Add new test certs пре 5 година
longtermsecuredb 8fbe513300 Fix typo (---allow-loopback-peers) пре 4 година
mobile 78dbad44cd Add cli-password to test scripts пре 7 година
restapi 73c14d6b10 Replace references to non-existent pdf file with links (#1002) пре 3 година
selfloadbalance da6bc6b0c4 Fix typos (#1345) пре 1 година
oauth.sh 82ca50ebb2 tidy and small improvments пре 9 година
pack.sh 678996a529 Update version to 4.7.0 (#1691) пре 4 месеци
peer.sh 702b29bc22 initial code import пре 11 година
readme.txt 5540622642 docs change пре 10 година
rfc5769.sh 702b29bc22 initial code import пре 11 година

readme.txt

This directory contains various example scripts for the TURN server
functionality illustration.

1) peer.sh starts the "peer" application that serves as a peer for all examples.

2) "basic" directory contains set of scripts which works together to demonstrate
very basic anynymous functionality of the TURN server. The "peer.sh" must be used, too.

3) "longtermsecure" directory contains set of scripts demonstrating the long-term
authentication mechanism (peer.sh to be used, too).

4) "longtermsecuredb" shows how to start TURN server with database. The clients from the
directory "longtermsecure" can be used with the relay scripts in the "longtermsecuredb"
directory. Of course, the database (SQLite, PostgreSQL, MySQL, Redis or MongoDB) must
be set for these scripts to work correctly.

5) "restapi" shows how to use TURN REST API.

6) "loadbalance" shows how to use the simple load-balancing mechanism based upon the
ALTERNATE-SERVER functionality.

7) "selfloadbalance" shows how to use the "self-load-balance" TURN server capabilities.

8) "mobile" shows the "mobile" connections - how the TURN session can change its client
address.