UPnP 1.0.0

Eric Hodel | Mon, 30 Jun 2008 06:09:00 GMT

Posted in ,

UPnP version 1.0.0 has been released!

UPnP-1.0.0 is an implementation of the UPnP protocol. The 1.0 release:

  • Discovers UPnP devices and services via SSDP, see UPnP::SSDP
  • Creates a SOAP RPC driver for discovered services, see UPnP::Control::Service
  • Creates concrete UPnP device and service classes that may be extended with utility methods, see UPnP::Control::Device::create, UPnP::Control::Service::create and the UPnP-IGD gem.
  • Does not support eventing
  • Does not support server creation

UPnP comes with upnp_discover which searches for UPnP devices and dumps information about them and upnp_listen which will listen for device notifications. 3 comments

Comments RSS FEED

I think the Gem is missing the dependency on soap4r (which I didn’t have installed).

Carsten Bormann said about 14 hours later

Nice! I was looking for something like this some time ago. I’ll have a look at it tonight to see if it works ;)

Leon Bogaert said 1 day later

Carsten: Yes, I am a bad person.

Eric Hodel said 1 day later

Comments are disabled