Fork github.com/huin/goupnp to add open-home support
Go to file
2015-06-06 12:01:54 +01:00
cmd
dcps Add support for discovery-free client creation in dcps packages. 2015-06-06 11:53:50 +01:00
example
gotasks Add support for discovery-free client creation in dcps packages. 2015-06-06 11:53:50 +01:00
httpu
scpd
soap
ssdp
device.go
goupnp.go
LICENSE
README.md Add notes about supporting additional dcps. 2015-06-06 12:01:54 +01:00
service_client.go Add support for discovery-free client creation in dcps packages. 2015-06-06 11:53:50 +01:00

goupnp is a UPnP client library for Go

Installation

Run go get -u github.com/huin/goupnp.

Regenerating dcps generated source code:

  1. Install gotasks: go get -u github.com/jingweno/gotask
  2. Change to the gotasks directory: cd gotasks
  3. Download UPnP specification data (if not done already): wget http://upnp.org/resources/upnpresources.zip
  4. Regenerate source code: gotask specgen -s upnpresources.zip -o ../dcps

Supporting additional UPnP devices and services:

Supporting additional services is, in the trivial case, simply a matter of adding the service to the dcpMetadataByDir whitelist in gotasks/specgen_task.go. However, it would be helpful if anyone needing such a service could test the service against the service they have, and then reporting any trouble encountered as an issue on this project. If it just works, then please report at least minimal working functionality as an issue, and optionally contribute the metadata upstream.