Project

mupnp

0.0
No commit activity in last 3 years
No release in over 3 years
Makes it easy to poke holes in firewalls.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

UPnP

The gem is based on the work of Thomas Bernard, miniupnp library (http://miniupnp.free.fr/). The source code and his license can be found in the ext directory.

There is a little modification in the code. In the original code there was a compile time switch to receive answer only on the UPnP ports. It is sometimes useful with certain firewalls to have it enabled, but it may give some problems with Windows XP. So i have changed it in a run time switch to be passed to upnpDiscover function. By default it wants to receive answer on the same port (firewall friendly). If no answer are received from some devices, then maybe a test with them off (microsoft friendly, may get blocked by firewalls).

The Windows version will be made as long as I have some volunteer that can provide me the precompiled code for Windows. The library is in the module called MiniUPnP, in it you can find all the library functions. The module UPnP is a wrapper that simplify the access to the underlaying library.

The interface was automatically built with swig (http://www.swig.org/), the interface file is upnp.i

About