1
0
mirror of https://github.com/coturn/coturn.git synced 2025-08-11 16:57:09 +02:00
coturn/examples/scripts
2015-01-20 17:05:58 +00:00
..
basic initial code import 2014-04-20 21:10:18 +00:00
loadbalance initial code import 2014-04-20 21:10:18 +00:00
longtermsecure 1) working on https; 2) SSLv2 support removed. 2015-01-10 08:25:29 +00:00
longtermsecuredb third-party authetorization option is mandatory with oauth 2015-01-20 17:05:58 +00:00
mobile 1) working on https; 2) SSLv2 support removed. 2015-01-10 08:25:29 +00:00
oauth third-party authetorization option is mandatory with oauth 2015-01-20 17:05:58 +00:00
restapi 1) working on https; 2) SSLv2 support removed. 2015-01-10 08:25:29 +00:00
selfloadbalance 1) working on https; 2) SSLv2 support removed. 2015-01-10 08:25:29 +00:00
peer.sh initial code import 2014-04-20 21:10:18 +00:00
readme.txt docs updated 2014-11-21 08:14:45 +00:00
rfc5769.sh initial code import 2014-04-20 21:10:18 +00:00

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) "shorttermsecure" shows how to use the short-term authentication mechanism. The short term
mechanism is always used with the database.

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