python - How to use the ICE protocol -



python - How to use the ICE protocol -

i'm trying create connection between 2 computers behind nat. have 3rd computer accessible two.

i utilize water ice (interactive connectivity establishment) protocol, can't find illustration in python. heard pjsip, include c library called pjnath, written in c.

are there tools create in python? if not, there way described? if not, how start water ice protocol in python?

pjsip has python module can use.

you can find details , link required tutorials here.

python

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -