tags:

views:

174

answers:

1

Hello, I have a question about python and sockets. As I understand, if you have router you must open a port before you can use it in your program. But if user can't do that... I heard something about UPnP. I don't know will it help with my problem, so I've asked you. Best regards.

+2  A: 

For UPnP support you can use MiniUPnP library, it has python support.

cartman