24f693965ea341ecbd7d21306eb9b5cce6f5665a
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%