From: Sebastien V. <se...@ji...> - 2012-03-29 16:43:59
|
Hi, It supports only the "old" STUN RFC3489. Best regards, -- Seb Le 29/03/12 00:49, Jun Sun a écrit : > Thanks. > > BTW, I tried the STUN client from this project. It does not seem to work > turnserver. The same client works with NUMB server. It is not clear to > me whether it is because of the two versions of STUN or else. > > https://sourceforge.net/projects/stun/ > > Cheers. > > Jun > > On 3/28/2012 7:34 AM, Gentle Yang wrote: >> 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 >> <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... >> <mailto: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... >> <mailto:Tur...@li...> >> https://lists.sourceforge.net/lists/listinfo/turnserver-users >> >> > > ------------------------------------------------------------------------------ > 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 |