From: Gentle Y. <no...@gm...> - 2012-03-28 14:34:31
|
1. Does it support STUN? Everywhere it seems to suggest so, but since it is named as TURN server, so I just wonder. ~~ A: There are two versions of STUN : the old one is RFC3489 http://www.ietf.org/rfc/rfc3489.txt the new one is RFC5389 http://www.ietf.org/rfc/rfc5389.txt turnserver supports the new one - RFC5389. 2. I have the server running. How do I test STUN protocol? ~~ A: You know here we only mean the RFC5389 . This project on github is for STUN and TURN client demo by C and python : https://github.com/node/turn-client Maybe you like it. 3. How do I test TURN protocol? I know you provide test_turn_client, but it is not obvious to me to run two clients and make them talk to each other. ~~A: Follow the README, and this link (another post from this list) http://sourceforge.net/mailarchive/forum.php?thread_name=4AB08F0E.5040109%40clarinet.u-strasbg.fr&forum_name=turnserver-users 4. What does test_echo_server do? An example to use it? ~~A: Actually this is just a common echo server with nothing more. In STUN/TURN you have as leat: client, TURN server, peer A(peer B ...) . Here echo server can be the peer (peerA,peerB ...) . https://github.com/node/turn-client has more echo server :) Vist http://www.ietf.org/rfc/rfc5766.txt for more. 在 2012年3月28日 上午4:11,Jun Sun <js...@ju...>写道: > > Hi, > > I'm a newbie to turnserver. I have read the doc, downloaded the source, > but I still have a few high-level questions: > > 1. Does it support STUN? Everywhere it seems to suggest so, but since it > is named as TURN server, so I just wonder. > > 2. I have the server running. How do I test STUN protocol? > > 3. How do I test TURN protocol? I know you provide test_turn_client, but > it is not obvious to me to run two clients and make them talk to each > other. > > 4. What does test_echo_server do? An example to use it? > > Cheers. > > Jun > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Turnserver-users mailing list > Tur...@li... > https://lists.sourceforge.net/lists/listinfo/turnserver-users > |