python-nat-hole-punching icon indicating copy to clipboard operation
python-nat-hole-punching copied to clipboard

UDP and TCP NAT hole punching examples in python

Results 3 python-nat-hole-punching issues
Sort by recently updated
recently updated
newest added

I tried implementing this and only got a lot of really frustrating errors (the `accept` call tends to hang up indefinitely). But I tried a simpler method which does seem...

Do you consider to run it over Windows? Could you add a note at your Readme, saying that it works for Unix OS?

So I have a sever with both ports 5005 and 9999 open plus two clients on different networks (Restric Nat). When I run the client/server programs (tried both udp/tcp) neither...