1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/Godeps/_workspace/src/github.com/huin/goupnp
2015-08-19 21:46:01 +02:00
..
cmd p2p/nat: switch to github.com/huin/goupnp 2015-02-17 13:10:11 +01:00
dcps p2p/nat: switch to github.com/huin/goupnp 2015-02-17 13:10:11 +01:00
example p2p/nat: switch to github.com/huin/goupnp 2015-02-17 13:10:11 +01:00
gotasks p2p/nat: switch to github.com/huin/goupnp 2015-02-17 13:10:11 +01:00
httpu Revert "fdtrack: temporary hack for tracking file descriptor usage" 2015-08-19 21:46:01 +02:00
scpd p2p/nat: switch to github.com/huin/goupnp 2015-02-17 13:10:11 +01:00
soap Revert "fdtrack: temporary hack for tracking file descriptor usage" 2015-08-19 21:46:01 +02:00
ssdp p2p/nat: switch to github.com/huin/goupnp 2015-02-17 13:10:11 +01:00
device.go p2p/nat: switch to github.com/huin/goupnp 2015-02-17 13:10:11 +01:00
goupnp.go Godeps: update github.com/huin/goupnp to 5cff77a69fb22f5 2015-06-04 22:25:43 +02:00
LICENSE p2p/nat: switch to github.com/huin/goupnp 2015-02-17 13:10:11 +01:00
README.md p2p/nat: switch to github.com/huin/goupnp 2015-02-17 13:10:11 +01:00
service_client.go p2p/nat: switch to github.com/huin/goupnp 2015-02-17 13:10:11 +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