Fork github.com/huin/goupnp to add open-home support
Go to file
2014-06-07 20:34:27 +01:00
cmd/example_internetgateway1 Use gotasks for specification-generated source code. 2014-06-07 20:07:54 +01:00
dcps Add warning not to edit generated files by hand. 2014-06-07 20:29:41 +01:00
example
gotasks Rename DCPS->DCP (name had confused a plural 's' into the acronym). 2014-06-07 20:34:27 +01:00
httpu
scpd Add SCPD.GetAction method. 2014-06-06 21:55:52 +01:00
soap Correct the encoding of SOAP action arguments. 2014-06-06 21:21:13 +01:00
ssdp
device.go
goupnp.go
LICENSE
README.md Add goupnp installation instructions. 2014-06-07 20:08:50 +01:00
service_client.go

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