python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why does my Python P2P client works over LAN but not the Internet and how can I fix this
Why does my Python P2P client works over LAN but not the Internet and how can I fix this!
I would like to make a p2p messenger and I just don't know why the p2p functionality with UDP Hole Punching is...
printrman
Votes: 0
Answers: 0
Android WebRTC connection is not established in non-local network
I'm developing an Android app with a P2P call feature with WebRTC. I've faced a strange problem and cannot find a solution for already several days.
The problem is that the side A cannot connect to th...
David
Votes: 0
Answers: 0
Assuming a user sends his IP and port to another, why does WebRTC need a signaling server for a data connection?
In all serverless (not including ICE/STUN) implementations of WebRTC, that create a data connection, I've always noticed that the flow is:
User 1 sends contact info to user 2.
User 2 processes contac...
tohava
Votes: 0
Answers: 1
How to use python asyncio to asynchronously dispatch tasks?
I am looking to implement a simple p2p file downloader in python. The downloader needs to work within the following limitations:
When queried, the tracker responds with exactly 2 peers
The tracker ig...
Bunny
Votes: 0
Answers: 0