I have took a look t开发者_开发问答o STUN Server settings in openfire, and this statement from there:
For a while now I\'ve been playing around with the SipDemo in开发者_开发知识库 the Android 2.3
Java, i was trying to write my own STUN client, but it seems like i was making mistake and therefore, most of the time it gets freezed. So i would like to know what STUN Client libraries are available
I need to establish a P2P UDP and TCP Connection between two Users. Both of them are behind a NAT. A little r开发者_如何学Goesearch leads me to STUN, TURN and ICE.
I use C# program for client UDP application. Application listens for a connection, and then communicates.
I need to test STUN protocol. Is there any framework to test this protocol? Any other test protocol framework that tests TLV based protocol would also be helpful.