rfc5766-turn-server

Turn and stun server for voip
  http://code.google.com/p/rfc5766-turn-server/
  0
  no reviews



Stun (session traversal utilities for nat) and turn (traversal using relays around nat) are protocols that can be used to provide nat traversal for voip and webrtc. this package provides a voip media traffic nat traversal server and gateway.

supported rfcs: turn specs:
* rfc 5766 - base turn specs;
* rfc 6062 - tcp relaying turn extension;
* rfc 6156 - ipv6 extension for turn;
* dtls support as client protocol
http://tools.ietf.org/html/draft-petithuguenin-tram-turn-dtls-00;
* mobile ice (mice) support
http://datatracker.ietf.org/doc/draft-wing-mmusic-ice-mobility.
stun specs:
* rfc 3489 - obsolete "classic" stun specs;
* rfc 5389 - base "new" stun specs;
* rfc 5769 - test vectors for stun protocol testing;
* rfc 5780 - nat behavior discovery support.
the implementation fully supports udp, tcp, tls, and dtls as protocols between the turn client and the turn server. both udp and tcp relaying are supported.

flat files, mysql, postgresql, or redis are all supported for the user repository (if authentication is required). both short-term and long-term credentials mechanisms are supported. for webrtc applications, the turn server rest api for time-limited secret-based authentication is implemented.

load balancing can be implemented either by dns round-robin mechanism, or with the external networking tools, or by the built-in alternate-server mechanism.

the implementation is intended to be simple to install and configure. the project focuses on performance, scalability, and simplicity. the aim is to provide an enterprise-grade turn solution.