[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] UPnP-IGD 1.0.0 Released

Eric Hodel

6/30/2008 6:45:00 AM

UPnP-IGD version 1.0.0 has been released!

* http://seattlerb.or... - UPnP-IGD Documentation
* http://rubyforge.org/tracker/?atid=5921&gro... - UPnP-IGD bug
reports

UPnP-IGD is a UPnP extension for Internet Gateway Devices that
displays information about the device. UPnP-IGD is an example of the
use of some UPnP APIs.

UPnP-IGD comes with the <kbd>upnp_igd</kbd> utility which outputs
information like this:

Gateway at http:/...
Connected, up since 2008-06-29 03:31:00 (66123 seconds)
Connection type: IP_Routed
384 Kb/s up, 1536 Kb/s down
External IP address: 10.255.255.254

Port mappings:
0 UDP *:4502 -> 10.1.1.2:4500 "iC4502"
1 UDP *:5355 -> 10.1.1.2:5353 "iC5355"
2 UDP *:58712 -> 10.1.1.3:58712 "Skype UDP at 10.1.1.3:58712 (546)"
3 TCP *:58712 -> 10.1.1.3:58712 "Skype TCP at 10.1.1.3:58712 (546)"
4 UDP *:5353 -> 10.1.1.4:5353 "iC5353"</samp></pre>

Unfortunately, UPnP-IGD does not allow anything to be set on the
device, and has only been tested against miniupnpd.