PyPunchP2P icon indicating copy to clipboard operation
PyPunchP2P copied to clipboard

Python实现NAT穿透+STUN+TURN+P2P聊天 | Python P2P chat

Results 5 PyPunchP2P issues
Sort by recently updated
recently updated
newest added

Hello! I try to make a connection with UDP Hole punching. I tried differents python script before yours (more simple : https://github.com/stylesuxx/udp-hole-punching). Every time, it fails when the two peers...

我只能收到 如下 ('NAT Type:', 'Symmetric NAT') ('External IP:' , '157.122.146.7') ('External Port:', 54320) 客户端是否不断尝试连接, 还是已经没希望连接起来 。 谢谢

测试已经和服务器连接,并匹配上了。 怎么测试聊天了?

hi, lai 我试用了你的 pypunch P2P, 如果我两个client 是使用不同的路由器上网的话 使可以正常 chat的。 但是如果 两个client 使用同一个 路由器上网, 使无法通讯的。 PS: 我把你的python的代码 porting成了 C代码了。

看你文章说经过测试了,但是源码备注还是未测试,想咨询一下这个问题,谢谢。