Miniupnpc
-
Is there a way to install the module miniupnpc? I am using iphone
-
https://github.com/miniupnp/miniupnp clicking on the colored bar (just under the Commits) shows that Python is < 1% of the project. You could look at the 5 Python files (https://github.com/miniupnp/miniupnp/search?l=python) but most of the functionality will be in the 200+ C++ files. :-(
Here is a supersimple upnp Pythonista script that I wrote some time ago.
https://github.com/cclauss/upnp_tools
-
@ccc thank you for your help.