Mészáros Mihály 3b3c5849cc bump version 5 tahun lalu
..
basic e2717e0fae tidy 7 tahun lalu
loadbalance 78dbad44cd Add cli-password to test scripts 7 tahun lalu
longtermsecure 7d1c1e0f89 Add new test certs 5 tahun lalu
longtermsecuredb 78dbad44cd Add cli-password to test scripts 7 tahun lalu
mobile 78dbad44cd Add cli-password to test scripts 7 tahun lalu
restapi 78dbad44cd Add cli-password to test scripts 7 tahun lalu
selfloadbalance 78dbad44cd Add cli-password to test scripts 7 tahun lalu
oauth.sh b604bbd4ae Imported Upstream version 4.5.0.5 9 tahun lalu
pack.sh 3b3c5849cc bump version 5 tahun lalu
peer.sh db04e8761d Imported Upstream version 4.0.0.0 11 tahun lalu
readme.txt 69ce057901 Imported Upstream version 4.4.1.1 11 tahun lalu
rfc5769.sh db04e8761d Imported Upstream version 4.0.0.0 11 tahun lalu

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.