goupnp/README.md

15 lines
485 B
Markdown
Raw Normal View History

goupnp is a UPnP client library for Go
2014-06-07 19:08:50 +00:00
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`