I've messed around with sockets for a while and in order to forward a port, I need to port forward on my router as well as open the port on my windows firewall. I'm trying to set up a peer to peer network using python3. I've heard that the only way to make this possible is to use UPNP. What packages would make this possible so that the peers don't need to configure their firewall or router? Thanks for your help <3
Asked
Active
Viewed 438 times
0
-
Please show us some code ! – Mehrdad Pedramfar Apr 19 '18 at 04:06
-
I'm asking for libraries, the code part I can handle – Grey Apr 19 '18 at 04:31