Skip to content

Instantly share code, notes, and snippets.

@node
Last active November 19, 2015 09:37
Show Gist options
  • Save node/1876759 to your computer and use it in GitHub Desktop.
Save node/1876759 to your computer and use it in GitHub Desktop.
About NAT,STUN,TURN,ICE,SIP,XMPP,RTP,TCP,UDP
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