dcc00c8629fa3b1f09e36b516be9251af64b0403
goupnp is a UPnP client library for Go
Installation
Run go get -u github.com/huin/goupnp.
Regenerating dcps generated source code:
- Install gotasks:
go get -u github.com/jingweno/gotask - Change to the gotasks directory:
cd gotasks - Download UPnP specification data (if not done already):
wget http://upnp.org/resources/upnpresources.zip - Regenerate source code:
gotask specgen -s upnpresources.zip -o ../dcps
Description
Languages
Go
100%