Last active
November 19, 2015 09:37
-
-
Save node/1876759 to your computer and use it in GitHub Desktop.
About NAT,STUN,TURN,ICE,SIP,XMPP,RTP,TCP,UDP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STUN ====== | |
协议 RFC5389 http://www.ietf.org/rfc/rfc5389.txt | |
【旧版本】RFC3489 http://www.ietf.org/rfc/rfc3489.txt | |
实现 | |
Stun4j http://code.google.com/p/babbly/source/browse/trunk/lib/Stun4J.jar, a library | |
TURN ====== | |
协议 RFC5766 http://www.ietf.org/rfc/rfc5766.txt | |
扩展 TURN-TCP | |
实现 | |
TurnServer http://turnserver.sourceforge.net , C, open source , server, client demo | |
ICE ====== | |
协议 RFC5245 http://www.ietf.org/rfc/rfc5245.txt | |
实现 | |
ICE4j http://code.google.com/p/ice4j/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment