Mészáros Mihály 82ca50ebb2 tidy and small improvments %!s(int64=9) %!d(string=hai) anos
..
basic caff982f26 minor fixes %!s(int64=10) %!d(string=hai) anos
loadbalance 702b29bc22 initial code import %!s(int64=11) %!d(string=hai) anos
longtermsecure 576f07fa84 default scripts fixed %!s(int64=10) %!d(string=hai) anos
longtermsecuredb 9124a167ed read_timeout support %!s(int64=9) %!d(string=hai) anos
mobile 5cd0d33c31 1) working on https; 2) SSLv2 support removed. %!s(int64=10) %!d(string=hai) anos
restapi 5cd0d33c31 1) working on https; 2) SSLv2 support removed. %!s(int64=10) %!d(string=hai) anos
selfloadbalance e8b18b4586 REFRESH adjusted for the new SSODA specs %!s(int64=10) %!d(string=hai) anos
oauth.sh 82ca50ebb2 tidy and small improvments %!s(int64=9) %!d(string=hai) anos
peer.sh 702b29bc22 initial code import %!s(int64=11) %!d(string=hai) anos
readme.txt 5540622642 docs change %!s(int64=10) %!d(string=hai) anos
rfc5769.sh 702b29bc22 initial code import %!s(int64=11) %!d(string=hai) anos

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.