This post originated from an RSS feed registered with Ruby Buzz
by Eric Hodel.
Original Post: UPnP 1.0.0
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
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.